Jingsong Lee created FLINK-28580: ------------------------------------ Summary: Predicate supports unknown stats Key: FLINK-28580 URL: https://issues.apache.org/jira/browse/FLINK-28580 Project: Flink Issue Type: Improvement Components: Table Store Reporter: Jingsong Lee Fix For: table-store-0.2.0
Now there will be a NPE if minValue or maxValue of FieldStats is null. We can know the stats is unknown in LeafPredicate.test(long rowCount, FieldStats[] fieldStats), and return true directly. -- This message was sent by Atlassian Jira (v8.20.10#820010)