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

   ## Description
   
   Adds unit tests for `JsonIndexHandler`, closing the coverage gap for the 
JSON index handler.
   
   **Test cases covered:**
   - Index removal when column is dropped from config (`updateIndices` verifies 
`removeIndex` is called)
   - New index creation when column is added to config (metadata present)
   - No update when column metadata is absent (column not yet in segment)
   - No update when index is already present and matches config
   
   This is part of the same series as:
   - #18963 – `IFSTIndexHandler`
   - #18960 – `FSTIndexHandler`
   - #19044 – `RangeIndexHandler`
   
   ## Test plan
   - [ ] `JsonIndexHandlerTest` 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