-
Notifications
You must be signed in to change notification settings - Fork 209
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
Create table from plain Parquet files #445
Comments
@syun64 I think the logic of importing parquet files can be shared with I think we needs something similar to CreateTableTranscation. WDYT? |
Thank you for the explanation @HonahX . Yes that's really great insight. I'm definitely in support of a CreateTableTransaction, because that's what we will need to support |
Totally agree! I've created an issue to track this feature: #483 |
Has been fixed in #506 |
Feature Request / Improvement
Today we can write to tables. During the write process we make sure that the schema is correct, and we collect column statistics during the write. It would be cool if we could also import existing Parquet files into a table, by extracting the schema, and fetching the statistics from the footer.
The text was updated successfully, but these errors were encountered: