xiangfu0 commented on PR #17998: URL: https://github.com/apache/pinot/pull/17998#issuecomment-4149814327
One dead-code leftover I found outside the test changes: `pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/store/SegmentDirectoryPaths.java` still keeps `findNativeTextIndexIndexFile()`, but it has zero callers after this PR. The native text migration logic now lives in `TextIndexHandler`/`TextIndexUtils`, so this helper looks removable rather than worth keeping as an unused deprecated API. -- 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]
