ajantha-bhat commented on a change in pull request #3606: [CARBONDATA-3681] 
Change default compressor to zstd
URL: https://github.com/apache/carbondata/pull/3606#discussion_r376990677
 
 

 ##########
 File path: 
streaming/src/main/java/org/apache/carbondata/streaming/CarbonStreamRecordWriter.java
 ##########
 @@ -140,7 +140,9 @@ private void initialize(TaskAttemptContext job) throws 
IOException {
 
     segmentDir = CarbonTablePath.getSegmentPath(
         carbonTable.getAbsoluteTableIdentifier().getTablePath(), segmentId);
-    fileName = CarbonTablePath.getCarbonDataFileName(0, taskNo + "", 0, 0, 
"0", segmentId);
+    fileName = CarbonTablePath.getCarbonDataFileName(
 
 Review comment:
   why always snappy for streaming segment ? before I think it was supporting 
configured compressor

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to