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 haven't yet implemented the `is_in` function in the 
Go Arrow library. If you provide only a single value to `IsIn` it gets 
converted into an `EqualTo` predicate which is why that works. 
   
   I guess I finally need to put the work in and actually go implement the 
`is_in` functionality in the Arrow Go library, that, in turn, will get this up 
and running for you. 
   
   In the meantime, I need to look into why it's not correctly surfacing the 
computation error.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to