Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-6732

Handle wildcards for partition paths passed in via spark-sql

    XMLWordPrintableJSON

Details

    Description

      The drop partition DDL is not handling wildcards properly, specifically, for partitions with wildcards that are submitted via the Spark-SQL entry point.

       

      ALTER TABLE table_x DROP PARTITION(partition_col="*"

       

      The Spark-SQL entrypoint will url-encode special characters, causing the * character to be url-encoded to %2A, as such, we will need to handle that too.

       

      Attachments

        Issue Links

          Activity

            People

              voonhous voon
              voonhous voon
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: