xiangfu0 opened a new pull request, #17857: URL: https://github.com/apache/pinot/pull/17857
## Summary - Move `GroupByOptionsIntegrationTest`, `GroupByTrimmingIntegrationTest`, and `RowExpressionIntegrationTest` to `org.apache.pinot.integration.tests.custom` package - These tests now extend `CustomDataQueryClusterIntegrationTest` and share a single Pinot cluster via `@BeforeSuite`/`@AfterSuite` lifecycle, eliminating 3 redundant cluster startups - Update imports in `GroupByEnableTrimOptionIntegrationTest` and `MultiColumnTextIndicesTest` to reference the new class locations ## Test plan - [x] `mvn test-compile -pl pinot-integration-tests -am -DskipTests` compiles successfully - [x] No remaining references to old class names (`GroupByOptionsIntegrationTest`, `GroupByTrimmingIntegrationTest`, `RowExpressionIntegrationTest`) - [ ] Run custom integration test suite to verify migrated tests pass with shared cluster 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
