comphead commented on code in PR #2812:
URL: https://github.com/apache/datafusion-comet/pull/2812#discussion_r2554708567


##########
native/proto/src/proto/operator.proto:
##########
@@ -236,6 +237,12 @@ message ShuffleWriter {
   bool tracing_enabled = 7;
 }
 
+message ParquetWriter {
+  string output_path = 1;

Review Comment:
   what if it is a partiioned writer? `df.write.partitionBy()`



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