Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-09 Thread via GitHub
Fokko closed issue #1020: Overwrite with filter division by zero error URL: https://github.com/apache/iceberg-python/issues/1020 -- 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.

Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
Minfante377 commented on issue #1020: URL: https://github.com/apache/iceberg-python/issues/1020#issuecomment-2274625025 Looks like the `ResolveError` is fixed in main. Thanks for taking the time to reproduce the error! -- This is an automated message from the Apache Git Service. To re

Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
ndrluis commented on issue #1020: URL: https://github.com/apache/iceberg-python/issues/1020#issuecomment-2274610759 @Minfante377 I was able to reproduce the code. ```python from pyiceberg.catalog import load_catalog import pyarrow as pa from pyiceberg.schema import Schema

Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
Minfante377 commented on issue #1020: URL: https://github.com/apache/iceberg-python/issues/1020#issuecomment-2274587694 I'll try to generate a code example to reproduce the bug with some dummy data. Let me also try with the main branch regarding the ResolveError. Thank you for the quick

Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
ndrluis commented on issue #1020: URL: https://github.com/apache/iceberg-python/issues/1020#issuecomment-2274570906 @Minfante377 Thank you for your report. Could you provide a minimal code example for the `ZeroDivisionError` case? Regarding the `ResolveError`, something was recently

Re: [I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
Minfante377 commented on issue #1020: URL: https://github.com/apache/iceberg-python/issues/1020#issuecomment-2274528625 I don't know if it's related or not but when I try to perform a table.scan with a similar filter I'm getting an odd error too: ``` return self.table.scan(row

[I] Overwrite with filter division by zero error [iceberg-python]

2024-08-07 Thread via GitHub
Minfante377 opened a new issue, #1020: URL: https://github.com/apache/iceberg-python/issues/1020 ### Apache Iceberg version 0.7.0 (latest release) ### Please describe the bug 🐞 When doing an override with an specific overwrite_filter sometimes I'm getting a division by z