itschrispeck commented on issue #15503: URL: https://github.com/apache/pinot/issues/15503#issuecomment-2790379774
It seems like a bug if a column would dictionary encoded if `"encodingType": "RAW"` is set. We attempt to [disable dictionary based on encodingType here](https://github.com/apache/pinot/blob/fc8c770fcd809b3b37842631a8e73b43c6ea9a9c/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/dictionary/DictionaryIndexType.java#L119-L124), but perhaps some case is missed. IMO we should fix the behavior rather than forcing users to use multiple configs to make one 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: 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