Re: [I] Table scan throws IndexError: list index out of range [iceberg-python]

2024-08-09 Thread via GitHub
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

Re: [I] Table scan throws IndexError: list index out of range [iceberg-python]

2024-08-08 Thread via GitHub
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

Re: [I] Table scan throws IndexError: list index out of range [iceberg-python]

2024-08-08 Thread via GitHub
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

[I] Table scan throws IndexError: list index out of range [iceberg-python]

2024-08-08 Thread via GitHub
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