Aireed opened a new issue, #3422: URL: https://github.com/apache/amoro/issues/3422
### What happened? The partition field of the mixed_hive table contains uppercase letters, which can lead to the erroneous deletion of Hive partitions when synchronizing data to Hive.  ### Affects Versions master ### What table formats are you seeing the problem on? Mixed-Hive ### What engines are you seeing the problem on? AMS ### How to reproduce 1. create a mixed_hive table, he partition field of which contains uppercase letters. 2. insert some data, trigger full optimize 3. DESC FORMATTED table_name PARTITION (partition_column=value) , we will found that the createTime of the partition keeps refresh. and some times the table optimize fail. ### Relevant log output ```shell ``` ### Anything else _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's Code of Conduct -- 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]
