jenbaldwin commented on code in PR #10941:
URL: https://github.com/apache/iceberg/pull/10941#discussion_r1718072083
##########
core/src/main/java/org/apache/iceberg/BaseEntriesTable.java:
##########
@@ -217,6 +237,11 @@ public <T> Boolean eq(BoundReference<T> ref, Literal<T>
lit) {
return ROWS_MIGHT_MATCH;
}
+ @Override
+ public <T> Boolean eq(BoundReference<T> ref, BoundReference<T> ref2) {
// TODO
Review Comment:
not implemented this yet, not sure how to test
--
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]