ParthChonkar commented on code in PR #45134:
URL: https://github.com/apache/arrow/pull/45134#discussion_r1900488024
##########
docs/source/developers/java/building.rst:
##########
@@ -293,7 +300,7 @@ Archery
.. code-block:: text
- $ cd arrow
+ $ cd arrow-java
Review Comment:
Bit unfamiliar with archery, but I couldn't find any directives/targets for
`java-jni-manylinux-2014` in any of the dockerfiles between both repos.
##########
docs/source/developers/java/building.rst:
##########
@@ -144,7 +144,7 @@ Maven
.. code-block::
- $ cd arrow/java
+ $ cd arrow-java
$ mvn generate-resources -Pgenerate-libs-jni-windows -N
Review Comment:
Building JNI libs with maven is broken until the pom.xml file is updated in
arrow-java to avoid passing `-S java` to cmake among other problems.
--
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]