Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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
Attachments
Issue Links
- links to