vvivekiyer commented on code in PR #9454:
URL: https://github.com/apache/pinot/pull/9454#discussion_r980642391
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java:
##########
@@ -424,6 +447,16 @@ public Set<String> getNoDictionaryColumns() {
return _noDictionaryColumns;
}
+ /**
+ * Populates a map containing column name as key and compression type as
value. Note that only RAW forward index
+ * columns will be populated in this map.
+ *
+ * @return a map containing column name as key and compressionType as value.
Review Comment:
Done.
--
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]