You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Jing Zhang (Jira)" <ji...@apache.org> on 2023/01/31 03:25:00 UTC

[jira] [Created] (HUDI-5657) Fix NPE if filters condition contains null literal when using column stats data skipping for flink

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)