JingsongLi commented on code in PR #1434:
URL: https://github.com/apache/incubator-paimon/pull/1434#discussion_r1241600128


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/FlinkTableSink.java:
##########
@@ -135,4 +233,50 @@ public RowLevelDeleteInfo applyRowLevelDelete(
                             table.getClass().getName()));
         }
     }
+
+    private boolean shouldPushdownDeleteFilter(Predicate predicate, int 
predicateSize) {

Review Comment:
   We can just throw exception if encounter an unsupported predicate.
   And catch the specific exception outer.
   
   This is a common code style in flink-calcite.



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

Reply via email to