xiangfu0 opened a new pull request, #18000: URL: https://github.com/apache/pinot/pull/18000
## Summary - Remove dead `heapSortDataTable()` method from SelectionOperatorService - Remove the compatibility call site that checked whether DataTables were pre-sorted - All supported server versions (>=1.3.0) already return sorted DataTables The TODO comments explicitly stated: "remove after 1.2.0 no longer supported." ## Test plan - [x] Verified no callers of `heapSortDataTable` remain in the codebase - [x] `./mvnw spotless:apply -pl pinot-core` passes - [x] `./mvnw checkstyle:check -pl pinot-core` passes - [x] `./mvnw license:check -pl pinot-core` passes 🤖 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]
