Skip to content

Commit

Permalink
updated parquet_tools.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 16, 2024
1 parent 0f4fe86 commit 014daff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/parquet_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if [ -z "$parquet_tools_jar" ] ||
pushd "$srcdir" 2>/dev/null || die "Failed to pushd to '$srcdir'"
"$srcdir/../install/download_parquet_tools.sh"
popd 2>/dev/null || die "Failed to return to original dir"
parquet_tools_jar="$(find "$srcdir" -maxdepth 1 -name 'parquet-tools-*.jar' | sort -Vr | head -n 1)"
fi

java -jar "$parquet_tools_jar" "$@"

0 comments on commit 014daff

Please # to comment.