richardstartin commented on PR #8571:
URL: https://github.com/apache/pinot/pull/8571#issuecomment-1104352652

   > Suggest changing line 80 to `boolean loadRangeIndex = !metadata.isSorted() 
&& indexLoadingConfig.getRangeIndexColumns().contains(columnName);`
   
   loadRangeIndex already had the second check baked into it. The only thing 
which needs addressing here is whether the column is sorted, so this should be 
a one line change.


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