saurabhd336 opened a new issue, #10713:
URL: https://github.com/apache/pinot/issues/10713

   Adding any columns to `noDictionaryColumns` list that aren't eligible for 
removing dictionary (like sorted, columns with inv index etc 
https://github.com/apache/pinot/blob/master/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/ForwardIndexHandler.java#L362),
 followed by reload causes query failures since the DictionaryReader isn't 
created even though the segment metadata still says it has a dictionary.
   
   The indexReader creator seems to honour the current table config over what 
the physical segment metadata says about the available indexes 
https://github.com/apache/pinot/blob/master/pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/IndexReaderFactory.java#L60
 


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