xiangfu0 commented on code in PR #18097:
URL: https://github.com/apache/pinot/pull/18097#discussion_r3070980184


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/fwd/MultiValueFixedByteRawIndexCreator.java:
##########
@@ -58,50 +59,67 @@ public MultiValueFixedByteRawIndexCreator(File 
baseIndexDir, ChunkCompressionTyp
       int totalDocs, DataType valueType, int maxNumberOfMultiValueElements, 
boolean deriveNumDocsPerChunk,
       int writerVersion, int targetMaxChunkSizeBytes, int targetDocsPerChunk)
       throws IOException {
-    this(new File(baseIndexDir, column + 
Indexes.RAW_MV_FORWARD_INDEX_FILE_EXTENSION), compressionType, totalDocs,
-        valueType, maxNumberOfMultiValueElements, deriveNumDocsPerChunk, 
writerVersion, targetMaxChunkSizeBytes,
-        targetDocsPerChunk);
+    this(new File(baseIndexDir, column + 
Indexes.RAW_MV_FORWARD_INDEX_FILE_EXTENSION), compressionType, (Integer) null,
+        totalDocs, valueType, maxNumberOfMultiValueElements, 
deriveNumDocsPerChunk, writerVersion,
+        targetMaxChunkSizeBytes, targetDocsPerChunk);
+  }
+
+  public MultiValueFixedByteRawIndexCreator(File baseIndexDir, 
ChunkCompressionType compressionType,

Review Comment:
   remove this 



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