Skip to content

Commit

Permalink
ARROW-7534: [Java] Create a new java/contrib module
Browse files Browse the repository at this point in the history
To better clarify the status of java sub-modules, create a contrib module and move the following modules underneath it.

- algorithm
- adapter
- plasma

Closes apache#6812 from liyafan82/fly_0402_mv

Authored-by: liyafan82 <[email protected]>
Signed-off-by: Micah Kornfield <[email protected]>
  • Loading branch information
liyafan82 authored and emkornfield committed Apr 15, 2020
1 parent c747642 commit 525c3b4
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}/plasma
pushd ${source_dir}/contrib/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}/plasma
pushd ${source_dir}/contrib/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 525c3b4

Please sign in to comment.