Merge branch 'main' into dom/namespace-soft-delete-catalog

pull/24376/head
kodiakhq[bot] 2023-02-13 12:14:55 +00:00 committed by GitHub
commit 4f330b1935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ if [ ! -e "$JDBC_DRIVER_PATH" ]; then
curl -L "$JDBC_DRIVER_URL" --output $JDBC_DRIVER_PATH
fi
# Help track down https://github.com/influxdata/influxdb_iox/issues/6967
ls -ltr
# Verify the download
# To update, run: shasum flight-sql-jdbc-driver-10.0.0.jar > flight-sql-jdbc-driver-10.0.0.jar.sha
(cd $SCRIPT_DIR && shasum -c flight-sql-jdbc-driver-10.0.0.jar.sha)