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

Push down boolean column filter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • Spark Core, SQL
    • None

    Description

      The following query does not push down the filterĀ 

      ```

      SELECT * FROM t WHERE boolean_field

      ```

      although the following query pushes down the filter as expected.

      ```

      SELECT * FROM t WHERE boolean_field = true

      ```

      Attachments

        Activity

          People

            kazuyukitanimura Kazuyuki Tanimura
            kazuyukitanimura Kazuyuki Tanimura
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: