danepitkin opened a new issue, #36920: URL: https://github.com/apache/arrow/issues/36920
### Describe the bug, including details regarding any error messages, version, and platform. JSON support was recently added to the dataset module. The current maven profiles don't set the var to enable it, which causes tests to fail: ``` [ERROR] Errors: [ERROR] TestFileSystemDataset.testBaseJsonRead:443 ยป Runtime illegal file format id: 4 [INFO] [ERROR] Tests run: 29, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Arrow Java Root POM 13.0.0-SNAPSHOT: [INFO] [INFO] Apache Arrow Java Root POM ......................... SUCCESS [ 8.771 s] ... [INFO] Arrow Java C Data Interface ........................ SUCCESS [ 7.379 s] [INFO] Arrow Java Dataset ................................. FAILURE [ 8.457 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ ``` ### 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]
