Skip to content

Commit

Permalink
ARROW-8478: [Java] Revert "ARROW-7534
Browse files Browse the repository at this point in the history
This reverts commit 5a94b5d.

I don't think this will unblock the release candidate but we should wait until the release is cut.

Closes apache#6955 from emkornfield/revert_contrib

Authored-by: Micah Kornfield <[email protected]>
Signed-off-by: Micah Kornfield <[email protected]>
  • Loading branch information
emkornfield committed Apr 16, 2020
1 parent 525c3b4 commit 54aa1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/java_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "${ARROW_GANDIVA_JAVA}" = "ON" ]; then
fi

if [ "${ARROW_PLASMA}" = "ON" ]; then
pushd ${source_dir}/contrib/plasma
pushd ${source_dir}/plasma
${mvn} clean install
popd
fi
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/java_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "${ARROW_GANDIVA_JAVA}" = "ON" ]; then
fi

if [ "${ARROW_PLASMA}" = "ON" ]; then
pushd ${source_dir}/contrib/plasma
pushd ${source_dir}/plasma
java -cp target/test-classes:target/classes \
-Djava.library.path=${cpp_build_dir} \
org.apache.arrow.plasma.PlasmaClientTest
Expand Down

0 comments on commit 54aa1bd

Please sign in to comment.