deepthi912 opened a new pull request, #19585: URL: https://github.com/apache/pinot/pull/19585
## Summary Both in-tree callers already invoke the 6-arg variant that accepts `expectedDataCrc`: - `UpsertCompactMergeTaskExecutor.java:118-119` passes `x.getDataCrc()` - `UpsertCompactionTaskExecutor.java:86-87` passes `segmentMetadata.getDataCrc()` The test file's `getValidDocIdFromServerMatchingCrcWithMockedReader` helper delegates directly to the 6-arg utility. The 5-arg overload had no remaining internal use. ## Test plan - [x] `MinionTaskUtilsTest` — all 56 tests pass - [x] `pinot-minion-builtin-tasks` compiles cleanly - [x] spotless / checkstyle / license checks pass -- 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]
