raghavyadav01 commented on code in PR #16298:
URL: https://github.com/apache/pinot/pull/16298#discussion_r2191337401


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/fwd/CLPForwardIndexCreatorV2.java:
##########
@@ -291,7 +291,7 @@ private void 
initializeDictionaryEncodingMode(ChunkCompressionType chunkCompress
     _dictVarDictFile = new File(_intermediateFilesDir, _column + ".var.dict");
     _dictVarDict = new VarLengthValueWriter(_dictVarDictFile, dictVarDictSize);
     _dictVarDictSize = dictVarDictSize;
-    _dictVarIdFwdIndexFile = new File(_dictVarIdFwdIndexFile, _column + 
".dictVars");
+    _dictVarIdFwdIndexFile = new File(_intermediateFilesDir, _column + 
".dictVars");

Review Comment:
   creator CLPForwardIndexCreatorV2Test test exists but the issue will be 
caught when query will be run . Creator seal works fine with the bug. 



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