cxzl25 opened a new pull request, #7686: URL: https://github.com/apache/paimon/pull/7686
### Purpose Commit 989a433 introduced a fix to avoid excessive HMS memory usage during alter table by setting DO_NOT_UPDATE_STATS in the EnvironmentContext. However, commit 8688206 later rewrote HiveAlterTableUtils for Hive 1.x compatibility and hardcoded DO_NOT_UPDATE_STATS to "false", breaking the previous fix. https://github.com/apache/paimon/pull/4549 ### Tests Fix HiveTableStatsTest, the originally implemented Test does not take effect. -- 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]
