Jackie-Jiang commented on code in PR #19182:
URL: https://github.com/apache/pinot/pull/19182#discussion_r3739266982
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/bloomfilter/BloomFilterHandler.java:
##########
@@ -286,7 +287,7 @@ private void
createBloomFilterForColumn(SegmentDirectory.Writer segmentWriter, C
private Dictionary getDictionaryReader(ColumnMetadata columnMetadata,
SegmentDirectory.Writer segmentWriter)
throws IOException {
- DataType dataType = columnMetadata.getDataType();
+ DataType dataType = columnMetadata.getDataType().getStoredType();
Review Comment:
Rename it to `storedType`
--
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]