apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
309 stars 114 forks source link

[🐞] Collection of a few bugs #864

Open kevinjqliu opened 5 days ago

kevinjqliu commented 5 days ago

Apache Iceberg version

None

Please describe the bug 🐞

While working on a Python REST server implementation (https://github.com/kevinjqliu/iceberg-rest-catalog), I noticed a few Pyiceberg bugs while integrating with PySpark. The REST server implementation is using SqlCatalog as the underlying catalog.

Here's the collection of bugs that I would like to upstream (https://github.com/apache/iceberg-python/compare/main...kevinjqliu:iceberg-python:kevinjqliu/iceberg-rest-catalog) To summarize:

I'll be happy to work on this but I think these are "good first issues". We can break these up into separate PRs with the relevant tests.

uatach commented 5 days ago

@kevinjqliu, I've just created a PR for the second item on the list.

ranli commented 3 days ago

@kevinjqliu created a PR to fix 3rd item on the list