Doing mvn install on arrow/java fails on a windows machine due to no suitable dependency available for flatc in maven central: com.github.icexelloss:flatc-windows-x86_64:exe:1.9.0 in central ( https://repo.maven.apache.org/maven2)
The solution from reading the pom is: 1) manually download flatc 1.9.0 from https://github.com/google/flatbuffers/releases 2) extract and rename flatc.exe to java/format/target/flatc-windows-x86_64-1.9.0.exe 3) run mvn install -Dflatc.download.skip=true Would there be interest on fixing this by publishing the binary from here <https://github.com/icexelloss/flatc>? or at least adding a readme entry on how to get past this? Any other thoughts?