Jing Zhang created HUDI-5657:
--------------------------------
Summary: Fix NPE if filters condition contains null literal when
using column stats data skipping for flink
Key: HUDI-5657
URL: https://issues.apache.org/jira/browse/HUDI-5657
Project: Apache Hudi
Issue Type: Bug
Components: flink, flink-sql
Reporter: Jing Zhang
If the filter contains null literal, NPE would be thrown out.
For example:
"where a < null", "where a <> null", "where a <= null".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)