anshul98ks123 commented on code in PR #16191:
URL: https://github.com/apache/pinot/pull/16191#discussion_r2164987240


##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/creator/VectorIndexConfig.java:
##########
@@ -68,6 +70,21 @@ public VectorIndexConfig(@Nullable Map<String, String> 
properties) {
     _properties = properties;
   }
 
+  @JsonCreator
+  public VectorIndexConfig(@JsonProperty("disabled") Boolean disabled,

Review Comment:
   done



##########
pinot-segment-spi/src/test/java/org/apache/pinot/segment/spi/index/VectorConfigTest.java:
##########
@@ -0,0 +1,127 @@
+package org.apache.pinot.segment.spi.index;

Review Comment:
   done
   ,



##########
pinot-segment-spi/src/test/java/org/apache/pinot/segment/spi/index/VectorConfigTest.java:
##########
@@ -0,0 +1,127 @@
+package org.apache.pinot.segment.spi.index;

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]

Reply via email to