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
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
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
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
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
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