officialasishkumar commented on PR #63216: URL: https://github.com/apache/doris/pull/63216#issuecomment-4447896100
Updated in `5a0751a`: qualified MTMV rename validation now compares catalog/database names exactly, so names like `Test` and `test` are not treated as the same database. I also added a focused negative test for `ALTER MATERIALIZED VIEW Test.mv_case RENAME test.mv_case_new`. Validation: `git diff --check HEAD~1 HEAD` passed. I attempted the narrow JUnit command `mvn -pl fe-core -Dtest=org.apache.doris.mtmv.AlterMTMVTest#testAlterMTMV test`, but this fresh runner did not reach test execution because Maven dependency resolution failed/hung on the large FE dependency graph. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
