Re: [I] Issue with IsIn Predicate Formatting in Iceberg-Go [iceberg-go]

2025-03-19 Thread via GitHub
zeroshade commented on issue #335: URL: https://github.com/apache/iceberg-go/issues/335#issuecomment-2737760711 Once http://github.com/apache/arrow-go/pull/319 gets merged, I'll be able to update iceberg-go to properly utilize the `is_in` predicate. So far it works in local testing -- Th

Re: [I] Issue with IsIn Predicate Formatting in Iceberg-Go [iceberg-go]

2025-03-17 Thread via GitHub
zeroshade commented on issue #335: URL: https://github.com/apache/iceberg-go/issues/335#issuecomment-2731401069 So the bug here is that it's not returning an ErrNotImplemented :smile: Currently, since this library uses `arrow-go` to delegate the filtering we have the limitation that I

[I] Issue with IsIn Predicate Formatting in Iceberg-Go [iceberg-go]

2025-03-16 Thread via GitHub
rameshkanna3 opened a new issue, #335: URL: https://github.com/apache/iceberg-go/issues/335 ### Apache Iceberg version None ### Please describe the bug 🐞 When using the `IsIn` filter in **Iceberg-Go**, filtering on a **single integer value works correctly**, but filterin