xiangfu0 commented on code in PR #19182:
URL: https://github.com/apache/pinot/pull/19182#discussion_r3739367612
##########
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:
Renamed the local variable to `storedType` and updated the switch and error
message consistently in commit 19a0bedd3d.
--
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]