DDtKey commented on issue #4837: URL: https://github.com/apache/arrow-datafusion/issues/4837#issuecomment-1374440069
@Jefffrey oh, looks like it isn't reproducible against main branch for me as well. Thank you. But results isn't correct for me 🤔 `data_frame.show()` output: ``` +-------+ | name | +-------+ | John | | Alice | +-------+ +-------+ | name | +-------+ | Alice | | John | +-------+ +-------+ | name | +-------+ | Alice | | John | +-------+ ``` But if I would use ```rust data_frame.write_csv("...").await?; ``` It will lead to an error: `{ code: 17, kind: AlreadyExists, message: "File exists" }` Any thoughts? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org