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 8ba0533 commit 827ce6b
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 @@ -50,6 +50,7 @@ if [ -z "$parquet_tools_jar" ] ||
"$srcdir/../install/download_parquet_tools.sh"
popd &>/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)"
echo
fi

java -jar "$parquet_tools_jar" "$@"

0 comments on commit 827ce6b

Please sign in to comment.