Skip to content

Implementing a custom parquet index #14858

Answered by phillipleblanc
bchalk101 asked this question in Q&A
Discussion options

You must be logged in to vote

To resolve that error, you can try setting the option datafusion.execution.skip_physical_aggregate_schema_check to true. ref: https://datafusion.apache.org/user-guide/configs.html

If you want the hive partitioning feature of ListingTable you either need to use it directly or implement it yourself. I had to do a similar thing for my own TableProvider and unfortunately ended up needing to copy a lot of code from ListingTable since the internal methods weren't public. I'm working on a change that should make this more generic and available for downstream implementations.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bchalk101
Comment options

Answer selected by bchalk101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants