danny0405 commented on code in PR #7801:
URL: https://github.com/apache/hudi/pull/7801#discussion_r1091455210
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/stats/ExpressionEvaluator.java:
##########
@@ -282,6 +286,9 @@ public static LessThan getInstance() {
@Override
public boolean eval() {
+ if (this.val == null) {
+ return false;
+ }
Review Comment:
Can we pre-process these NULLs before entering specific evaluators?
--
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]