alamb commented on code in PR #8604:
URL: https://github.com/apache/arrow-datafusion/pull/8604#discussion_r1434489210
##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -797,7 +787,7 @@ impl TableProvider for ListingTable {
// all of the data at the input is sink after execution finishes.
See discussion for rationale:
//
https://github.com/apache/arrow-datafusion/pull/7610#issuecomment-1728979918
unbounded_input: is_plan_streaming(&input)?,
- single_file_output: self.options.single_file,
+ single_file_output: false,
Review Comment:
Filed https://github.com/apache/arrow-datafusion/issues/8621
##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -797,7 +787,7 @@ impl TableProvider for ListingTable {
// all of the data at the input is sink after execution finishes.
See discussion for rationale:
//
https://github.com/apache/arrow-datafusion/pull/7610#issuecomment-1728979918
unbounded_input: is_plan_streaming(&input)?,
- single_file_output: self.options.single_file,
+ single_file_output: false,
Review Comment:
Filed https://github.com/apache/arrow-datafusion/issues/8621 to track
removing SINGLE_FILE_OUTPUT completely
--
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]