voonhous commented on issue #8540: URL: https://github.com/apache/hudi/issues/8540#issuecomment-1521508289
@easonwood How are you deleting the partition? i.e. is the partition being dropped via a Spark-SQL DML? ```sql ALTER TABLE $tableName DROP PARTTION (cluster=aw1, year=2022, month=11, day=30) ``` Or did you drop it some other way? Can you try reading the table using a more recent version? Something like 0.13.0 to see if the issue exists?? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
