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

DPP support LIKE ANY/ALL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.1.2, 3.2.0
    • SQL
    • None

    Description

      Support this case:

      SELECT date_id, product_id FROM fact_sk f
      JOIN dim_store s
      ON f.store_id = s.store_id WHERE s.country LIKE ANY ('%D%E%', '%A%B%')
      

      Attachments

        Activity

          People

            yumwang Yuming Wang
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: