Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
paleolimbot and kou committed Jun 13, 2024
1 parent ec3eb63 commit 7dbef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/nanoarrow_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_dir=${2}/nanoarrow
# by github workflows in the arrow-nanoarrow repository.

# Include in the integration test by default if the source directory is present
if [ -z "${ARCHERY_INTEGRATION_WITH_NANOARROW}" ]; then
if [ -z "${ARCHERY_INTEGRATION_WITH_NANOARROW}" ]; then
ARCHERY_INTEGRATION_WITH_NANOARROW="1"
fi

Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/rust_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export ARROW_TEST_DATA=${arrow_dir}/testing/data
export PARQUET_TEST_DATA=${arrow_dir}/cpp/submodules/parquet-testing/data

# Include in the integration test by default if the source directory is present
if [ -z "${ARCHERY_INTEGRATION_WITH_RUST}" ]; then
if [ -z "${ARCHERY_INTEGRATION_WITH_RUST}" ]; then
ARCHERY_INTEGRATION_WITH_RUST="1"
fi

Expand Down

0 comments on commit 7dbef9d

Please sign in to comment.