yyy1000 opened a new pull request, #9041: URL: https://github.com/apache/arrow-datafusion/pull/9041
## Which issue does this PR close? Closes #8621 ## Rationale for this change See #8621 for details ## What changes are included in this PR? 1. Remove `single_file_output` in `FileSinkConfig` and `LogicalPlan::Copy`, but using `/` in path to see whether it's a single file or not. 2. Remove the field in proto for serde 3. Change test cases, this includes two aspects, (1). Test cases will not need `single_file_option` as a param. (2). Test cases which used explicit `single_file_output = false` and didn't specify the path ended in `/ `, (in modified code, the path will be treated as a single file which caused error) 4. Document update, though I think it needs to be polished. ## Are these changes tested? Yes, `cargo test` in local env ## Are there any user-facing changes? I think yes? -- 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]
