Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11739

Skip pushing down BinaryPredicate with NullLiteral for Iceberg tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Following query throws an Exception, "ERROR: ClassCastException: org.apache.impala.analysis.NullLiteral cannot be cast to org.apache.impala.analysis.StringLiteral"

      select * from iceberg_alltypes_part where p_string!=NULL;

      When hdfs table filtered not equal null or equal null, it is successful. It should keep same.

      Attachments

        Activity

          People

            gaoxiaoqing gaoxiaoqing
            gaoxiaoqing gaoxiaoqing
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: