-
Notifications
You must be signed in to change notification settings - Fork 262
Support adding parquet files to partitioned table #1035
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
Comments
I can also work on this |
Thanks ! |
liurenjie1024
pushed a commit
that referenced
this issue
Apr 8, 2025
## Which issue does this PR close? - Part of #1035. ## What changes are included in this PR? Added API for creating partition struct from statistics ## Are these changes tested? Will add tests after follow up pr for integrating it with the add_parquet_file api
cc @jonathanc-n Do you think it's better to move it to 0.6.0 milestone? |
Yes, I think #1116 is quite a large blocker. I can put a note with the function and we can move onto putting out the next release. |
liurenjie1024
added a commit
that referenced
this issue
Apr 11, 2025
) ## Which issue does this PR close? - Mentioned in #1035 Co-authored-by: Renjie Liu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Looking at the
type_to_literal
function, I think this is correct. We don't want to set default values in the partition spec. I think there are two options:Originally posted by @Fokko in #960 (comment)
Support adding parquet files to partitioned tables as is mentioned by @Fokko here
The text was updated successfully, but these errors were encountered: