GSharayu commented on a change in pull request #6876:
URL: https://github.com/apache/incubator-pinot/pull/6876#discussion_r626830017



##########
File path: 
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/FieldConfig.java
##########
@@ -51,11 +52,13 @@
   public FieldConfig(@JsonProperty(value = "name", required = true) String 
name,
       @JsonProperty(value = "encodingType") @Nullable EncodingType 
encodingType,
       @JsonProperty(value = "indexType") @Nullable IndexType indexType,
-      @JsonProperty(value = "properties") @Nullable Map<String, String> 
properties) {
+      @JsonProperty(value = "properties") @Nullable Map<String, String> 
properties,
+      @JsonProperty(value = "noDictionaryColumnCompressionCodec") @Nullable 
NoDictionaryColumnCompressionCodec noDictionaryColumnCompressionCodec) {

Review comment:
       `compressionCodec` works, will update!
   




-- 
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.

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

Reply via email to