iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
This PR fix the hardcoded `X-Iceberg-Access-Delegation` header, the second point of https://github.com/apache/iceberg-python/issues/1028. It's based on the #1029 , and must be merged after. Closes #1028
### Question Hey, thanks for this very convenient library. This is not a bug, just want to better understand something. I have a question regarding the performance - ie time...
Resolves #1044 cc @sungwy I'm afraid that we also want to include this in 0.7.1 :(
### Apache Iceberg version 0.7.0 (latest release) ### Please describe the bug 🐞 As of release 0.7.0, pyiceberg tables support new data-loading method `pyiceberg.table.Table.add_files()`. However, this method currently does not...
### Question In AWS Web console, you can create and display details of AWS Glue table. After the table has been created, AWS Web console will display a generated json,...
This will correctly handle fields with `.` in the name. Resolves #935 WDYT @sungwy ?
### Apache Iceberg version 0.7.0 (latest release) ### Please describe the bug 🐞 **TLDR**: Deleting based on a condition, on a partitioned iceberg table, yields incorrect results and deletes more...
To make it in line with Java: https://github.com/apache/iceberg/blob/6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L32