Fokko closed issue #1024: Table scan throws IndexError: list index out of range
URL: https://github.com/apache/iceberg-python/issues/1024
--
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
sungwy commented on issue #1024:
URL:
https://github.com/apache/iceberg-python/issues/1024#issuecomment-2276583048
Hi @vhnguyenae thank you for reporting this issue! I think the fix should be
relatively simple. I will work on replicating the issue with a minimum set up
to understand at wha
kevinjqliu commented on issue #1024:
URL:
https://github.com/apache/iceberg-python/issues/1024#issuecomment-2276208972
Interesting... the error is in `_task_to_record_batches`
https://github.com/apache/iceberg-python/blob/eca98707f30bdaf1ffd19f039058cc7e18c5f9cb/pyiceberg/io/pyarrow.py#L
vhnguyenae opened a new issue, #1024:
URL: https://github.com/apache/iceberg-python/issues/1024
### Apache Iceberg version
0.7.0 (latest release)
### Please describe the bug 🐞
```python
from pyiceberg import catalog
from pyiceberg.expressions import EqualTo
f