githubMJ opened a new pull request #15722:
URL: https://github.com/apache/flink/pull/15722
Hive syntax:
`ALTER TABLE table_name DROP [IF EXISTS] PARTITION (partition_spec) [,
PARTITION (partition_spec)];`
So I think the syntax to delete multiple partitions is wrong: The comma is
missing.
A comma should be added here.
`writer.sep(",");`
please review tihs pull, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]