yashmayya opened a new pull request, #13381:
URL: https://github.com/apache/pinot/pull/13381

   - Currently, if a range index is added to a column and segment reload is 
triggered for all segments, not all segments will necessarily have a range 
index created for that column. Segments where the column is a sorted column 
will skip creation of the range index.
   - This isn't very clearly documented and since there's no associated logging 
as well, users could be quite confused about why certain segments had the range 
index created while others didn't (and might assume that something went wrong 
with the segment reload).
   - Also, if there range index updates needed for multiple columns (additions 
or removals), only the first one is logged.
   - This PR fixes both the above issues by adding some clear logging.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to