metesynnada commented on code in PR #7212:
URL: https://github.com/apache/arrow-datafusion/pull/7212#discussion_r1285914443
##########
datafusion/core/src/datasource/file_format/csv.rs:
##########
@@ -608,17 +592,17 @@ impl DataSink for CsvSink {
))
}
FileWriterMode::PutMultipart => {
- //currently assuming only 1 partition path (i.e. not hive
style partitioning on a column)
+ // Currently assuming only 1 partition path (i.e. not
hive-style partitioning on a column)
Review Comment:
@alamb If this is OK for you, overall LGTM.
--
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]