Make sure a version of Java is installed on your system. Run java --version to check if you have it installed. If not, simply install java on your operating system. For instance, on macOS type: brew ...
When writing union data using ArrowStreamWriter in java, I can't read it back using ArrowStreamReader in java. The exception is: Exception in thread "main" java.lang.IllegalArgumentException: not all ...