dataroaring opened a new pull request, #61213: URL: https://github.com/apache/doris/pull/61213
## Summary - Add `enable_light_add_key` config option with `mutable` and `masterOnly` annotations to allow runtime toggling of lightweight key column addition during schema changes - Add regression tests for AGGREGATE table model (`test_agg_schema_key_add_light`) covering light vs heavy schema change scenarios - Add regression tests for DUPLICATE table model (`test_dup_schema_key_add_light`) covering light vs heavy schema change scenarios - Add `clearDebugPointsForAllBEs` helper to `DebugPoint.groovy` test utility ## Test plan - [x] Regression test `test_agg_schema_key_add_light.groovy` validates light and heavy add-key schema changes on AGGREGATE tables - [x] Regression test `test_dup_schema_key_add_light.groovy` validates light and heavy add-key schema changes on DUPLICATE tables - [x] Both tests verify data integrity after schema changes with `enable_light_add_key` enabled and disabled 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
