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

Put Literal values on the right side of the data source filter after translating Catalyst Expression to data source filter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • SQL
    • None

    Description

      After translating Expression to data source filter, we want the Literal value to be on the right side of the filter.
      For example: 1 > a
      After translate to Predicate, we want to have a < 1

      Attachments

        Activity

          People

            huaxingao Huaxin Gao
            huaxingao Huaxin Gao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: