Jackie-Jiang opened a new issue, #9874: URL: https://github.com/apache/pinot/issues/9874
#9454 introduces the feature to switch from raw index to dictionary encoding during segment reload. But for REALTIME table, the cardinality info is not available for raw index columns during stats collection, so we put Integer.MIN_VALUE as the cardinality in the segment metadata. When switching from raw index to dictionary, the cardinality is not updated in the segment metadata, but it is required when loading the dictionary (see `BaseImmutableDictionary` for details). This is breaking the REALTIME segments. -- 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.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