llama90 opened a new issue, #42101: URL: https://github.com/apache/arrow/issues/42101
### Describe the enhancement requested When changing from JUnit 4 to JUnit 5, we encountered an error in the `FileRoundtrip` due to a non-existing output file. The input directory and file are mandatory, but the output directory and file might not exist. We need to enhance this logic to create the output directory and file if they do not exist. ### Component(s) Java -- 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]
