dossett commented on code in PR #3381: URL: https://github.com/apache/parquet-java/pull/3381#discussion_r2651409025
########## dev/ci-before_install.sh: ########## @@ -23,14 +23,15 @@ export THRIFT_VERSION=0.22.0 set -e +set -o pipefail date sudo apt-get update -qq sudo apt-get install -qq --no-install-recommends build-essential pv autoconf automake libtool curl make \ - g++ unzip libboost-dev libboost-test-dev libboost-program-options-dev \ + g++ unzip libboost-dev libboost-test-dev libboost-program-options-dev wget \ Review Comment: Trying to ensure an up to date version of wget -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
