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

enable spark sql to drop multiple partitions in one call

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 3.2.1, 3.3.2, 3.4.0
    • None
    • SQL

    Description

      Now spark sql cannot drop multiple partitions in one call, so I fix it

      With this patch we can drop multiple partitions like this : 

      alter table test.table_partition drop partition(dt<='2023-04-02', dt>='2023-03-31')

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chenruotao chenruotao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: