jaimeferj commented on PR #2561: URL: https://github.com/apache/iceberg-python/pull/2561#issuecomment-3366476463
I have now marked it as a Draft since I am not sure now that is the kind of implementation you want. Tests are still passing now using LiteralPredicate as subclass of IcebergBaseModel, but had to make `term` a `Term[L]` instead of what I thought it was (`UnboundTerm[L]`) because `test_not_equal_to_invert` and other ones of the same kind would fail otherwise, since they are using a `BoundedTerm` instead. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
