Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for spark sql #113

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Small tweak to Spark strategy class

d668cd5
Select commit
Loading
Failed to load commit list.
Open

Add support for spark sql #113

Small tweak to Spark strategy class
d668cd5
Select commit
Loading
Failed to load commit list.
Google Cloud Build / dataproc-hive-bigquery-connector-presubmit-pr (cloud-dataproc-ci) succeeded Jan 5, 2024 in 52m 3s

Summary

Build Information

Trigger dataproc-hive-bigquery-connector-presubmit-pr
Build a2b2d2f9-b398-4ffe-83fa-fbc2769cafe3
Start 2024-01-05T09:11:49-08:00
Duration 51m16.189s
Status SUCCESS

Steps

Step Status Duration
docker-build SUCCESS 1.5s
check SUCCESS 12.15s
build SUCCESS 26m13.329s
unit-tests-hive2 SUCCESS 12.821s
unit-tests-hive3 SUCCESS 12.419s
integration-tests-hive2 SUCCESS 24m32.843s
integration-tests-hive3 SUCCESS 8.052s

Details

starting build "a2b2d2f9-b398-4ffe-83fa-fbc2769cafe3"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudDataproc/hive-bigquery-connector
 * branch            d668cd5605e2d673903649eb89566856263e04e9 -> FETCH_HEAD
HEAD is now at d668cd5 Small tweak to Spark strategy class
BUILD
Starting Step #0 - "docker-build"
Step #0 - "docker-build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "docker-build": Sending build context to Docker daemon  1.223MB

Step #0 - "docker-build": Step 1/1 : FROM openjdk:8
Step #0 - "docker-build": 8: Pulling from library/openjdk
Step #0 - "docker-build": 001c52e26ad5: Already exists
Step #0 - "docker-build": d9d4b9b6e964: Already exists
Step #0 - "docker-build": 2068746827ec: Already exists
Step #0 - "docker-build": 9daef329d350: Already exists
Step #0 - "docker-build": d85151f15b66: Already exists
Step #0 - "docker-build": 52a8c426d30b: Already exists
Step #0 - "docker-build": 8754a66e0050: Already exists
Step #0 - "docker-build": Digest: sha256:86e863cc57215cfb181bd319736d0baf625fe8f150577f9eb58bd937f5452cb8
Step #0 - "docker-build": Status: Downloaded newer image for openjdk:8
Step #0 - "docker-build":  ---> b273004037cc
Step #0 - "docker-build": Successfully built b273004037cc
Step #0 - "docker-build": Successfully tagged gcr.io/cloud-dataproc-ci/dataproc-hive-bigquery-connector-presubmit:latest
Finished Step #0 - "docker-build"
Starting Step #1 - "check"
Step #1 - "check": Already have image: gcr.io/cloud-dataproc-ci/dataproc-hive-bigquery-connector-presubmit
Step #1 - "check": + '[' -z 265a2ba0-8386-48e1-bf0a-d8a17f0d56dd ']'
Step #1 - "check": + readonly ACTION=check
Step #1 - "check": + ACTION=check
Step #1 - "check": + readonly HIVE2_PROFILE=hive2-generic
Step #1 - "check": + HIVE2_PROFILE=hive2-generic
Step #1 - "check": + readonly HIVE3_PROFILE=hive3-generic
Step #1 - "check": + HIVE3_PROFILE=hive3-generic
Step #1 - "check": + readonly HIVE3_SHADED_DEPS=shaded-deps-hive3.1.2-hadoop2.10.2
Step #1 - "check": + HIVE3_SHADED_DEPS=shaded-deps-hive3.1.2-hadoop2.10.2
Step #1 - "check": + readonly 'MVN=./mvnw -B -e -Dmaven.repo.local=/workspace/.repository'
Step #1 - "check": + MVN='./mvnw -B -e -Dmaven.repo.local=/workspace/.repository'
Step #1 - "check": + export TEST_BUCKET=dataproc-integ-tests
Step #1 - "check": + TEST_BUCKET=dataproc-integ-tests
Step #1 - "check": + export BIGLAKE_BUCKET=dataproc-integ-tests
Step #1 - "check": + BIGLAKE_BUCKET=dataproc-integ-tests
Step #1 - "check": + export BIGLAKE_CONNECTION=hive-integration-tests
Step #1 - "check": + BIGLAKE_CONNECTION=hive-integration-tests
Step #1 - "check": + cd /workspace
Step #1 - "check": + case "$ACTION" in
Step #1 - "check": + ./mvnw -B -e -Dmaven.repo.local=/workspace/.repository spotless:check -Phive2-generic
Step #1 - "check": --2024-01-05 17:11:54--  https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
Step #1 - "check": Resolving repo.maven.apache.org (repo.maven.apache.org)... 151.101.0.215, 151.101.64.215, 151.101.128.215, ...
Step #1 - "check": Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.0.215|:443... connected.
Step #1 - "check": HTTP request sent, awaiting response... 200 OK
Step #1 - "check": Length: 50710 (50K) [application/java-archive]
Step #1 - "check": Saving to: ‘/workspace/.mvn/wrapper/maven-wrapper.jar’
Step #1 - "check": 
Step #1 - "check":      0K .......... .......... .......... .......... ......... 100% 5.97M=0.008s
Step #1 - "check": 
Step #1 - "check": 2024-01-05 17:11:54 (5.97 MB/s) - ‘/workspace/.mvn/wrapper/maven-wrapper.jar’ saved [50710/50710]
Step #1 - "check": 
Step #1 - "check": [INFO] Error stacktraces are turned on.
Step #1 - "check": [INFO] Scanning for projects...
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-storage-bom/2.20.1/google-cloud-storage-bom-2.20.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-storage-bom/2.20.1/google-cloud-storage-bom-2.20.1.pom (3.6 kB at 26 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.5.5/google-cloud-shared-config-1.5.5.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.5.5/google-cloud-shared-config-1.5.5.pom (30 kB at 1.1 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.21.12/protobuf-bom-3.21.12.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.21.12/protobuf-bom-3.21.12.pom (3.5 kB at 161 kB/s)
Step #1 - "check": [INFO] ------------------------------------------------------------------------
Step #1 - "check": [INFO] Reactor Build Order:
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] Hive BigQuery Connector Build Parent                               [pom]
Step #1 - "check": [INFO] shaded-acceptance-tests-dependencies                               [jar]
Step #1 - "check": [INFO] Hive-BigQuery Connector Common Library                             [jar]
Step #1 - "check": [INFO] hive-x-bigquery-connector                                          [pom]
Step #1 - "check": [INFO] shaded-deps-sparksql                                               [jar]
Step #1 - "check": [INFO] shaded-deps-parent                                                 [pom]
Step #1 - "check": [INFO] Shaded dependencies for Hive 2.3.9 and Hadoop 2.10.2               [jar]
Step #1 - "check": [INFO] Hive-BigQuery Connector For Hive 2                                 [jar]
Step #1 - "check": [INFO] Hive BigQuery Connector Reactor                                    [pom]
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.pom (11 kB at 421 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 1.6 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 268 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.jar (120 kB at 3.6 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.14.0/spotless-maven-plugin-2.14.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.14.0/spotless-maven-plugin-2.14.0.pom (3.2 kB at 38 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.14.0/spotless-maven-plugin-2.14.0.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.14.0/spotless-maven-plugin-2.14.0.jar (66 kB at 2.8 MB/s)
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] -------------< com.google.cloud.hive:hive-bigquery-parent >-------------
Step #1 - "check": [INFO] Building Hive BigQuery Connector Build Parent 2.0.0-SNAPSHOT       [1/9]
Step #1 - "check": [INFO] --------------------------------[ pom ]---------------------------------
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] --- spotless-maven-plugin:2.14.0:check (default-cli) @ hive-bigquery-parent ---
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.17.0/spotless-lib-2.17.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.17.0/spotless-lib-2.17.0.pom (1.5 kB at 62 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.17.0/spotless-lib-extra-2.17.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.17.0/spotless-lib-extra-2.17.0.pom (2.7 kB at 32 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.pom (2.0 kB at 93 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.pom (2.1 kB at 97 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.10.0.202012080955-r/org.eclipse.jgit-5.10.0.202012080955-r.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.10.0.202012080955-r/org.eclipse.jgit-5.10.0.202012080955-r.pom (7.6 kB at 360 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.10.0.202012080955-r/org.eclipse.jgit-parent-5.10.0.202012080955-r.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.10.0.202012080955-r/org.eclipse.jgit-parent-5.10.0.202012080955-r.pom (34 kB at 1.5 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 233 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 194 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 192 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 690 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.pom (9.7 kB at 461 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 254 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.9/groovy-xml-3.0.9.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.9/groovy-xml-3.0.9.pom (22 kB at 1.0 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.9/groovy-3.0.9.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.9/groovy-3.0.9.pom (24 kB at 1.2 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 66 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 153 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.0 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 322 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 678 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 419 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.3 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 188 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 23 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 287 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 53 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 156 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.17.0/spotless-lib-2.17.0.jar
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.17.0/spotless-lib-extra-2.17.0.jar
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.9/groovy-xml-3.0.9.jar
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.9/groovy-3.0.9.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.17.0/spotless-lib-2.17.0.jar (277 kB at 7.7 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar (120 kB at 2.4 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 384 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.9/groovy-xml-3.0.9.jar (296 kB at 4.4 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 3.3 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.3 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.3 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 387 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.10.0.202012080955-r/org.eclipse.jgit-5.10.0.202012080955-r.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.17.0/spotless-lib-extra-2.17.0.jar (77 kB at 684 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.jar (344 kB at 3.0 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 1.2 MB/s)
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.jar (1.2 MB at 8.3 MB/s)
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 264 kB/s)
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.10.0.202012080955-r/org.eclipse.jgit-5.10.0.202012080955-r.jar (2.9 MB at 16 MB/s)
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.9/groovy-3.0.9.jar (8.0 MB at 34 MB/s)
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] -----< com.google.cloud.hive:shaded-acceptance-tests-dependencies >-----
Step #1 - "check": [INFO] Building shaded-acceptance-tests-dependencies 2.0.0-SNAPSHOT       [2/9]
Step #1 - "check": [INFO] --------------------------------[ jar ]---------------------------------
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] --- spotless-maven-plugin:2.14.0:check (default-cli) @ shaded-acceptance-tests-dependencies ---
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] --------< com.google.cloud.hive:hive-bigquery-connector-common >--------
Step #1 - "check": [INFO] Building Hive-BigQuery Connector Common Library 2.0.0-SNAPSHOT     [3/9]
Step #1 - "check": [INFO] --------------------------------[ jar ]---------------------------------
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M8/maven-surefire-plugin-3.0.0-M8.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M8/maven-surefire-plugin-3.0.0-M8.pom (7.2 kB at 212 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M8/surefire-3.0.0-M8.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.0.0-M8/surefire-3.0.0-M8.pom (22 kB at 1.1 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.5 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.2 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M8/maven-surefire-plugin-3.0.0-M8.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M8/maven-surefire-plugin-3.0.0-M8.jar (44 kB at 1.9 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 376 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 582 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.5 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.2 MB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 882 kB/s)
Step #1 - "check": [INFO] 
Step #1 - "check": [INFO] --- spotless-maven-plugin:2.14.0:check (default-cli) @ hive-bigquery-connector-common ---
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/googlejavaformat/google-java-format/1.7/google-java-format-1.7.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/googlejavaformat/google-java-format/1.7/google-java-format-1.7.pom (8.2 kB at 432 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/googlejavaformat/google-java-format-parent/1.7/google-java-format-parent-1.7.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/googlejavaformat/google-java-format-parent/1.7/google-java-format-parent-1.7.pom (8.4 kB at 232 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 319 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 578 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 411 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 151 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 599 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 67 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 252 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 124 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 56 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 221 kB/s)
Step #1 - "check": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Step #1 - "check": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/a2b2d2f9-b398-4ffe-83fa-fbc2769cafe3?project=786080889824.]
...
ching Job 1 out of 2
Step #5 - "integration-tests-hive2": Number of reduce tasks not specified. Estimated from input data size: 1
Step #5 - "integration-tests-hive2": In order to change the average load for a reducer (in bytes):
Step #5 - "integration-tests-hive2":   set hive.exec.reducers.bytes.per.reducer=<number>
Step #5 - "integration-tests-hive2": In order to limit the maximum number of reducers:
Step #5 - "integration-tests-hive2":   set hive.exec.reducers.max=<number>
Step #5 - "integration-tests-hive2": In order to set a constant number of reducers:
Step #5 - "integration-tests-hive2":   set mapreduce.job.reduces=<number>
Step #5 - "integration-tests-hive2": Job running in-process (local Hadoop)
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:26,429 Stage-1 map = 0%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:27,338 Stage-1 map = 100%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:28,656 Stage-1 map = 50%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:28,661 Stage-1 map = 100%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:28,714 Stage-1 map = 100%,  reduce = 100%
Step #5 - "integration-tests-hive2": Ended Job = job_local1771523645_0003
Step #5 - "integration-tests-hive2": Launching Job 2 out of 2
Step #5 - "integration-tests-hive2": Number of reduce tasks determined at compile time: 1
Step #5 - "integration-tests-hive2": In order to change the average load for a reducer (in bytes):
Step #5 - "integration-tests-hive2":   set hive.exec.reducers.bytes.per.reducer=<number>
Step #5 - "integration-tests-hive2": In order to limit the maximum number of reducers:
Step #5 - "integration-tests-hive2":   set hive.exec.reducers.max=<number>
Step #5 - "integration-tests-hive2": In order to set a constant number of reducers:
Step #5 - "integration-tests-hive2":   set mapreduce.job.reduces=<number>
Step #5 - "integration-tests-hive2": Job running in-process (local Hadoop)
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:29,218 Stage-2 map = 0%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:29,258 Stage-2 map = 100%,  reduce = 0%
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:29,282 Stage-2 map = 100%,  reduce = 100%
Step #5 - "integration-tests-hive2": Ended Job = job_local590229683_0004
Step #5 - "integration-tests-hive2": MapReduce Jobs Launched: 
Step #5 - "integration-tests-hive2": Stage-Stage-1:  HDFS Read: 0 HDFS Write: 0 SUCCESS
Step #5 - "integration-tests-hive2": Stage-Stage-2:  HDFS Read: 0 HDFS Write: 0 SUCCESS
Step #5 - "integration-tests-hive2": Total MapReduce CPU Time Spent: 0 msec
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testInnerJoin [2] tez, avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": Query ID = root_20240105180045_b405b70d-a65e-40a4-8d1e-d6902525a991
Step #5 - "integration-tests-hive2": Total jobs = 1
Step #5 - "integration-tests-hive2": Launching Job 1 out of 1
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:47 Running Dag: dag_1704477647174_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:47 Running Dag: dag_1704477647174_0001_1
Step #5 - "integration-tests-hive2": Status: Running (Executing on YARN cluster with App id application_1704477647174_0001)
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:48 Starting to run new task attempt: attempt_1704477647174_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:48 Starting to run new task attempt: attempt_1704477647174_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:49 Completed running task attempt: attempt_1704477647174_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:49 Completed running task attempt: attempt_1704477647174_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:50 Starting to run new task attempt: attempt_1704477647174_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:50 Starting to run new task attempt: attempt_1704477647174_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:50 Completed running task attempt: attempt_1704477647174_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:50 Completed running task attempt: attempt_1704477647174_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Starting to run new task attempt: attempt_1704477647174_0001_1_02_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Starting to run new task attempt: attempt_1704477647174_0001_1_02_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Completed running task attempt: attempt_1704477647174_0001_1_02_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Completed Dag: dag_1704477647174_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Completed running task attempt: attempt_1704477647174_0001_1_02_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:00:51 Completed Dag: dag_1704477647174_0001_1
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testReadDecimals [1] arrow
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testReadDecimals [2] avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testCastsInWhereClauseSmoke 
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testMapOfArrays [1] arrow
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": Query ID = root_20240105180126_5cb10a92-91a0-4368-bba8-21e9b70fce92
Step #5 - "integration-tests-hive2": Total jobs = 1
Step #5 - "integration-tests-hive2": Launching Job 1 out of 1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:28 Running Dag: dag_1704477688347_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:28 Running Dag: dag_1704477688347_0001_1
Step #5 - "integration-tests-hive2": Status: Running (Executing on YARN cluster with App id application_1704477688347_0001)
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:29 Starting to run new task attempt: attempt_1704477688347_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:29 Starting to run new task attempt: attempt_1704477688347_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:30 Completed running task attempt: attempt_1704477688347_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:30 Completed running task attempt: attempt_1704477688347_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Starting to run new task attempt: attempt_1704477688347_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Starting to run new task attempt: attempt_1704477688347_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Completed running task attempt: attempt_1704477688347_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Completed Dag: dag_1704477688347_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Completed running task attempt: attempt_1704477688347_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:31 Completed Dag: dag_1704477688347_0001_1
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testMapOfArrays [2] avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": Query ID = root_20240105180141_b8770231-489c-4382-bdf2-2c4c5d7ce507
Step #5 - "integration-tests-hive2": Total jobs = 1
Step #5 - "integration-tests-hive2": Launching Job 1 out of 1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:43 Running Dag: dag_1704477703130_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:43 Running Dag: dag_1704477703130_0001_1
Step #5 - "integration-tests-hive2": Status: Running (Executing on YARN cluster with App id application_1704477703130_0001)
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:44 Starting to run new task attempt: attempt_1704477703130_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:44 Starting to run new task attempt: attempt_1704477703130_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed running task attempt: attempt_1704477703130_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed running task attempt: attempt_1704477703130_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Starting to run new task attempt: attempt_1704477703130_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed running task attempt: attempt_1704477703130_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed Dag: dag_1704477703130_0001_1
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Starting to run new task attempt: attempt_1704477703130_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed running task attempt: attempt_1704477703130_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:45 Completed Dag: dag_1704477703130_0001_1
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testMapOfInts [1] arrow
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": Query ID = root_20240105180153_7c8a846b-acff-4fcc-9dfb-6917c7d26eae
Step #5 - "integration-tests-hive2": Total jobs = 1
Step #5 - "integration-tests-hive2": Launching Job 1 out of 1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:55 Running Dag: dag_1704477715518_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:55 Running Dag: dag_1704477715518_0001_1
Step #5 - "integration-tests-hive2": Status: Running (Executing on YARN cluster with App id application_1704477715518_0001)
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:57 Starting to run new task attempt: attempt_1704477715518_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:57 Starting to run new task attempt: attempt_1704477715518_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed running task attempt: attempt_1704477715518_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed running task attempt: attempt_1704477715518_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Starting to run new task attempt: attempt_1704477715518_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed running task attempt: attempt_1704477715518_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed Dag: dag_1704477715518_0001_1
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Starting to run new task attempt: attempt_1704477715518_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed running task attempt: attempt_1704477715518_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:01:58 Completed Dag: dag_1704477715518_0001_1
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testMapOfInts [2] avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": Query ID = root_20240105180208_dc408562-cfe3-4a65-8631-6e92c24e8d13
Step #5 - "integration-tests-hive2": Total jobs = 1
Step #5 - "integration-tests-hive2": Launching Job 1 out of 1
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:09 Running Dag: dag_1704477729662_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:09 Running Dag: dag_1704477729662_0001_1
Step #5 - "integration-tests-hive2": Status: Running (Executing on YARN cluster with App id application_1704477729662_0001)
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:11 Starting to run new task attempt: attempt_1704477729662_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:11 Starting to run new task attempt: attempt_1704477729662_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed running task attempt: attempt_1704477729662_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed running task attempt: attempt_1704477729662_0001_1_00_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Starting to run new task attempt: attempt_1704477729662_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed running task attempt: attempt_1704477729662_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed Dag: dag_1704477729662_0001_1
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Starting to run new task attempt: attempt_1704477729662_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed running task attempt: attempt_1704477729662_0001_1_01_000000_0
Step #5 - "integration-tests-hive2": 2024-01-05 18:02:12 Completed Dag: dag_1704477729662_0001_1
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testWhereClause [1] mr, arrow
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests.testWhereClause [2] tez, avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 383.282 s - in com.google.cloud.hive.bigquery.connector.integration.SnapshotIntegrationTests
Step #5 - "integration-tests-hive2": SLF4J: Class path contains multiple SLF4J bindings.
Step #5 - "integration-tests-hive2": SLF4J: Found binding in [jar:file:/workspace/.repository/com/google/cloud/hive/shaded-deps-hive2.3.9-hadoop2.10.2/2.0.0-SNAPSHOT/shaded-deps-hive2.3.9-hadoop2.10.2-2.0.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
Step #5 - "integration-tests-hive2": SLF4J: Found binding in [jar:file:/workspace/.repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
Step #5 - "integration-tests-hive2": SLF4J: Found binding in [jar:file:/workspace/.repository/org/apache/logging/log4j/log4j-slf4j-impl/2.6.2/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
Step #5 - "integration-tests-hive2": SLF4J: Found binding in [jar:file:/workspace/.repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
Step #5 - "integration-tests-hive2": SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Step #5 - "integration-tests-hive2": SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
Step #5 - "integration-tests-hive2": [INFO] Running com.google.cloud.hive.bigquery.connector.integration.BigLakeIntegrationTests
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.BigLakeIntegrationTests.testReadBigLakeTable [1] mr, arrow
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ---> Running test: com.google.cloud.hive.bigquery.connector.integration.BigLakeIntegrationTests.testReadBigLakeTable [2] tez, avro
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": No blobs to delete
Step #5 - "integration-tests-hive2": OK
Step #5 - "integration-tests-hive2": [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.648 s - in com.google.cloud.hive.bigquery.connector.integration.BigLakeIntegrationTests
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] Results:
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- maven-failsafe-plugin:3.0.0-M8:verify (default-cli) @ hive-2-bigquery-connector ---
Step #5 - "integration-tests-hive2": [INFO] Failsafe report directory: /workspace/hive-2-bigquery-connector/target/failsafe-reports
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- jacoco-maven-plugin:0.8.8:report (default-cli) @ hive-2-bigquery-connector ---
Step #5 - "integration-tests-hive2": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- jacoco-maven-plugin:0.8.8:report-aggregate (default-cli) @ hive-2-bigquery-connector ---
Step #5 - "integration-tests-hive2": [INFO] Analyzed bundle 'hive-bigquery-connector-common' with 81 classes
Step #5 - "integration-tests-hive2": [INFO] Analyzed bundle 'shaded-deps-hive2.3.9-hadoop2.10.2' with 0 classes
Step #5 - "integration-tests-hive2": [INFO] Analyzed bundle 'shaded-deps-sparksql' with 0 classes
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] ------------< com.google.cloud.hive:hive-bigquery-reactor >-------------
Step #5 - "integration-tests-hive2": [INFO] Building Hive BigQuery Connector Reactor 2.0.0-SNAPSHOT            [9/9]
Step #5 - "integration-tests-hive2": [INFO] --------------------------------[ pom ]---------------------------------
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- maven-failsafe-plugin:3.0.0-M8:integration-test (default-cli) @ hive-bigquery-reactor ---
Step #5 - "integration-tests-hive2": [INFO] No tests to run.
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- maven-failsafe-plugin:3.0.0-M8:verify (default-cli) @ hive-bigquery-reactor ---
Step #5 - "integration-tests-hive2": [INFO] Failsafe report directory: /workspace/target/failsafe-reports
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- jacoco-maven-plugin:0.8.8:report (default-cli) @ hive-bigquery-reactor ---
Step #5 - "integration-tests-hive2": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] --- jacoco-maven-plugin:0.8.8:report-aggregate (default-cli) @ hive-bigquery-reactor ---
Step #5 - "integration-tests-hive2": [INFO] ------------------------------------------------------------------------
Step #5 - "integration-tests-hive2": [INFO] Reactor Summary for Hive BigQuery Connector Reactor 2.0.0-SNAPSHOT:
Step #5 - "integration-tests-hive2": [INFO] 
Step #5 - "integration-tests-hive2": [INFO] Hive BigQuery Connector Build Parent ............... SUCCESS [  0.510 s]
Step #5 - "integration-tests-hive2": [INFO] shaded-acceptance-tests-dependencies ............... SUCCESS [  0.128 s]
Step #5 - "integration-tests-hive2": [INFO] Hive-BigQuery Connector Common Library ............. SUCCESS [  1.702 s]
Step #5 - "integration-tests-hive2": [INFO] hive-x-bigquery-connector .......................... SUCCESS [  0.023 s]
Step #5 - "integration-tests-hive2": [INFO] shaded-deps-sparksql ............................... SUCCESS [  0.041 s]
Step #5 - "integration-tests-hive2": [INFO] shaded-deps-parent ................................. SUCCESS [  0.191 s]
Step #5 - "integration-tests-hive2": [INFO] Shaded dependencies for Hive 2.3.9 and Hadoop 2.10.2 SUCCESS [  0.219 s]
Step #5 - "integration-tests-hive2": [INFO] Hive-BigQuery Connector For Hive 2 ................. SUCCESS [24:25 min]
Step #5 - "integration-tests-hive2": [INFO] Hive BigQuery Connector Reactor .................... SUCCESS [  0.150 s]
Step #5 - "integration-tests-hive2": [INFO] ------------------------------------------------------------------------
Step #5 - "integration-tests-hive2": [INFO] BUILD SUCCESS
Step #5 - "integration-tests-hive2": [INFO] ------------------------------------------------------------------------
Step #5 - "integration-tests-hive2": [INFO] Total time:  24:28 min
Step #5 - "integration-tests-hive2": [INFO] Finished at: 2024-01-05T18:03:02Z
Step #5 - "integration-tests-hive2": [INFO] ------------------------------------------------------------------------
Step #5 - "integration-tests-hive2": + bash /dev/fd/63 -K -F integrationtest_hive2
Step #5 - "integration-tests-hive2": ++ curl -s https://codecov.io/bash
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2":   _____          _
Step #5 - "integration-tests-hive2":  / ____|        | |
Step #5 - "integration-tests-hive2": | |     ___   __| | ___  ___ _____   __
Step #5 - "integration-tests-hive2": | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
Step #5 - "integration-tests-hive2": | |___| (_) | (_| |  __/ (_| (_) \ V /
Step #5 - "integration-tests-hive2":  \_____\___/ \__,_|\___|\___\___/ \_/
Step #5 - "integration-tests-hive2":                               Bash-1.0.6
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": 
Step #5 - "integration-tests-hive2": ==> git version 2.30.2 found
Step #5 - "integration-tests-hive2": ==> curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Step #5 - "integration-tests-hive2": Release-Date: 2020-12-09
Step #5 - "integration-tests-hive2": Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 
Step #5 - "integration-tests-hive2": Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
Step #5 - "integration-tests-hive2": x> No CI provider detected.
Step #5 - "integration-tests-hive2":     Testing inside Docker? http://docs.codecov.io/docs/testing-with-docker
Step #5 - "integration-tests-hive2":     Testing with Tox? https://docs.codecov.io/docs/python#section-testing-with-tox
Step #5 - "integration-tests-hive2":     current dir:  /workspace
Step #5 - "integration-tests-hive2":     project root: .
Step #5 - "integration-tests-hive2": --> token set from env
Step #5 - "integration-tests-hive2":     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
Step #5 - "integration-tests-hive2": ==> Running gcov in . (disable via -X gcov)
Step #5 - "integration-tests-hive2": ==> Python coveragepy not found
Step #5 - "integration-tests-hive2": ==> Searching for coverage reports in:
Step #5 - "integration-tests-hive2":     + .
Step #5 - "integration-tests-hive2":     -> Found 11 reports
Step #5 - "integration-tests-hive2": ==> Detecting git/mercurial file structure
Step #5 - "integration-tests-hive2": ==> Reading reports
Step #5 - "integration-tests-hive2":     + ./shaded-deps-parent/target/site/jacoco-aggregate/jacoco.xml bytes=159
Step #5 - "integration-tests-hive2":     + ./hive-x-bigquery-connector/target/site/jacoco-aggregate/jacoco.xml bytes=166
Step #5 - "integration-tests-hive2":     + ./shaded-deps-sparksql/target/site/jacoco-aggregate/jacoco.xml bytes=161
Step #5 - "integration-tests-hive2":     + ./hive-bigquery-parent/target/site/jacoco-aggregate/jacoco.xml bytes=177
Step #5 - "integration-tests-hive2":     + ./hive-3-bigquery-connector/target/site/jacoco-aggregate/jacoco.xml bytes=302071
Step #5 - "integration-tests-hive2":     + ./hive-bigquery-connector-common/target/site/jacoco-aggregate/jacoco.xml bytes=179
Step #5 - "integration-tests-hive2":     + ./shaded-deps-hive2.3.9-hadoop2.10.2/target/site/jacoco-aggregate/jacoco.xml bytes=193
Step #5 - "integration-tests-hive2":     + ./hive-2-bigquery-connector/target/site/jacoco-aggregate/jacoco.xml bytes=302107
Step #5 - "integration-tests-hive2":     + ./shaded-acceptance-tests-dependencies/target/site/jacoco-aggregate/jacoco.xml bytes=177
Step #5 - "integration-tests-hive2":     + ./shaded-deps-hive3.1.2-hadoop2.10.2/target/site/jacoco-aggregate/jacoco.xml bytes=193
Step #5 - "integration-tests-hive2":     + ./target/site/jacoco-aggregate/jacoco.xml bytes=172
Step #5 - "integration-tests-hive2": ==> Appending adjustments
Step #5 - "integration-tests-hive2":     https://docs.codecov.io/docs/fixing-reports
Step #5 - "integration-tests-hive2":     -> No adjustments found
Step #5 - "integration-tests-hive2": ==> Gzipping contents
Step #5 - "integration-tests-hive2":         44K	/tmp/codecov.1VQmZo.gz
Step #5 - "integration-tests-hive2": ==> Uploading reports
Step #5 - "integration-tests-hive2":     url: https://codecov.io
Step #5 - "integration-tests-hive2":     query: branch=master&commit=d668cd5605e2d673903649eb89566856263e04e9&build=&build_url=&name=&tag=&slug=GoogleCloudDataproc%2Fhive-bigquery-connector&service=&flags=integrationtest_hive2&pr=&job=&cmd_args=K,F
Step #5 - "integration-tests-hive2": ->  Pinging Codecov
Step #5 - "integration-tests-hive2": https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=265a2ba0-8386-48e1-bf0a-d8a17f0d56dd&branch=master&commit=d668cd5605e2d673903649eb89566856263e04e9&build=&build_url=&name=&tag=&slug=GoogleCloudDataproc%2Fhive-bigquery-connector&service=&flags=integrationtest_hive2&pr=&job=&cmd_args=K,F
Step #5 - "integration-tests-hive2": ->  Uploading to
Step #5 - "integration-tests-hive2": https://storage.googleapis.com/codecov/v4/raw/2024-01-05/EFC270CA06E4B811A84A0ECBCA290CBA/d668cd5605e2d673903649eb89566856263e04e9/010dbd94-f15c-48db-82e8-991d61dd28fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240105T180304Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=01ced70fb974479527267d682e5f714d3eca74d4d6017ed8f96290a713f56913
Step #5 - "integration-tests-hive2":   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #5 - "integration-tests-hive2":                                  Dload  Upload   Total   Spent    Left  Speed
Step #5 - "integration-tests-hive2": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 40974    0     0  100 40974      0   233k --:--:-- --:--:-- --:--:--  233k
Step #5 - "integration-tests-hive2":     -> Reports have been successfully queued for processing at https://app.codecov.io/github/GoogleCloudDataproc/hive-bigquery-connector/commit/d668cd5605e2d673903649eb89566856263e04e9
Step #5 - "integration-tests-hive2": + exit
Finished Step #5 - "integration-tests-hive2"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/a2b2d2f9-b398-4ffe-83fa-fbc2769cafe3?project=786080889824