From f71e3b6caecbf251ee7e975d4778cdc54ea03c98 Mon Sep 17 00:00:00 2001 From: Jason Fulghum Date: Thu, 30 May 2024 15:39:22 -0700 Subject: [PATCH] Fixing Apache Parquet archive file path --- .github/workflows/ci-bats-unix-remote.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bats-unix-remote.yaml b/.github/workflows/ci-bats-unix-remote.yaml index 784b183d93..4dbe2c659b 100644 --- a/.github/workflows/ci-bats-unix-remote.yaml +++ b/.github/workflows/ci-bats-unix-remote.yaml @@ -95,7 +95,7 @@ jobs: run: | curl -OL https://github.com/apache/parquet-mr/archive/refs/tags/apache-parquet-1.12.3.tar.gz tar zxvf apache-parquet-1.12.3.tar.gz - cd parquet-mr-apache-parquet-1.12.3/parquet-cli + cd parquet-java-apache-parquet-1.12.3/parquet-cli mvn clean install -DskipTests runtime_jar="$(pwd)"/target/parquet-cli-1.12.3-runtime.jar echo "runtime_jar=$runtime_jar" >> $GITHUB_OUTPUT