yaooqinn commented on pull request #35117:
URL: https://github.com/apache/spark/pull/35117#issuecomment-1007172379


   ```
   scala> spark.range(0, 3, 1, 4).write.option("compression", 
"zstd").orc("./spark-warehouse/zstd_2")
   22/01/07 14:26:36 WARN BasicWriteTaskStatsTracker: Expected 1 files, but 
only saw 0. This could be due to the output format not writing empty files, or 
files being not immediately visible in the filesystem.
   
   scala> spark.range(0, 3, 1, 4).write.option("compression", 
"zstd").orc("./spark-warehouse/zstd_3")
   22/01/07 14:26:39 WARN BasicWriteTaskStatsTracker: Expected 1 files, but 
only saw 0. This could be due to the output format not writing empty files, or 
files being not immediately visible in the filesystem.
   
   scala> spark.range(0, 3, 1, 4).write.option("compression", 
"zstd").orc("./spark-warehouse/zstd_4")
   22/01/07 14:26:41 WARN BasicWriteTaskStatsTracker: Expected 1 files, but 
only saw 0. This could be due to the output format not writing empty files, or 
files being not immediately visible in the filesystem.
   
   scala> spark.range(0, 3, 1, 4).write.option("compression", 
"zstd").orc("./spark-warehouse/zstd_5")
   22/01/07 14:26:44 WARN BasicWriteTaskStatsTracker: Expected 1 files, but 
only saw 0. This could be due to the output format not writing empty files, or 
files being not immediately visible in the filesystem.
   ```
   
   w/ more rounds


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