Akanksha-kedia opened a new pull request, #19044:
URL: https://github.com/apache/pinot/pull/19044

   ## Description
   
   Adds unit tests for `RangeIndexHandler`, closing the coverage gap for the 
FST/range index handler family.
   
   **Test cases covered:**
   - Version change detection: v1 → v2 triggers rebuild
   - Version change detection: v2 → v1 (downgrade) triggers rebuild
   - No rebuild when on-disk version matches configured version
   - Index removal when column is dropped from config (`updateIndices` verifies 
`removeIndex` is called)
   - New index creation for unsorted column added to config
   - Sorted columns are skipped even when range index is configured
   
   This is part of the same series as:
   - #18963 – `IFSTIndexHandler`
   - #18960 – `FSTIndexHandler`
   
   ## Test plan
   - [ ] `RangeIndexHandlerTest` passes locally
   - [ ] No production code changes — test-only PR


-- 
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]

Reply via email to