Re: [I] Create table from plain Parquet files [iceberg-python]

2024-03-26 Thread via GitHub
Fokko commented on issue #445: URL: https://github.com/apache/iceberg-python/issues/445#issuecomment-2020833706 Has been fixed in https://github.com/apache/iceberg-python/pull/506 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Create table from plain Parquet files [iceberg-python]

2024-03-26 Thread via GitHub
Fokko closed issue #445: Create table from plain Parquet files URL: https://github.com/apache/iceberg-python/issues/445 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [I] Create table from plain Parquet files [iceberg-python]

2024-02-29 Thread via GitHub
HonahX commented on issue #445: URL: https://github.com/apache/iceberg-python/issues/445#issuecomment-1971790736 > what we will need to support CREATE TABLE ... AS SELECT semantics as well... Totally agree! I've created an issue to track this feature: https://github.com/apache/iceber

Re: [I] Create table from plain Parquet files [iceberg-python]

2024-02-27 Thread via GitHub
syun64 commented on issue #445: URL: https://github.com/apache/iceberg-python/issues/445#issuecomment-1967800444 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 `CREAT

Re: [I] Create table from plain Parquet files [iceberg-python]

2024-02-23 Thread via GitHub
syun64 commented on issue #445: URL: https://github.com/apache/iceberg-python/issues/445#issuecomment-1962179349 @Fokko would this process be similar to running the following steps? 1. create_table from PyArrow schema 2. invoking [add_files](https://iceberg.apache.org/docs/latest/s

[I] Create table from plain Parquet files [iceberg-python]

2024-02-19 Thread via GitHub
Fokko opened a new issue, #445: URL: https://github.com/apache/iceberg-python/issues/445 ### 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 co