-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support 'hive partitioning' aware readers #11284
Conversation
Nice! Hive partitioning support is super-useful 👍 |
Yes, especially the savings are potentially huge! |
Closes also this: #10276 |
I am noticing an interesting pattern/bug with this feature.
When I read these files back in using
In |
Also, slightly tangentially, could it make sense to expose an option in
This dataset was written in a way to keep the partition columns in the partitioned dataframes so that other libraries (like Pandas) can read the dataframes individually and concatenate serially (since they don't support Hive natively yet). |
closes #10980, #10276