Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-9935

EqualNullSafe not processed in OrcRelation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5.1, 1.6.0
    • SQL
    • None

    Description

      it is an issue followed by SPARK-9814.

      Now datasources (after selectFilters() in org.apache.spark.sql.execution.datasources.DataSourceStrategy) can pass EqualNotNull to relations but OrcRelation does not take and process this.

      (ParquetRelation has also the same issue but it seems Parquet does not support the null-safe equal filter. It is confusing whether Parquet should support this or treat this as EqualFilter with additional codes in Spark code. Therefore, I made a separate issue only for ORC)

      Attachments

        Activity

          People

            gurwls223 Hyukjin Kwon
            gurwls223 Hyukjin Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: