You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/18 03:53:34 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #222: [FLINK-28580] Predicate supports unknown stats

JingsongLi opened a new pull request, #222:
URL: https://github.com/apache/flink-table-store/pull/222

   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 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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #222: [FLINK-28580] Predicate supports unknown stats

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #222:
URL: https://github.com/apache/flink-table-store/pull/222


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org