From eb0d82c4c9a305f625a83fd134746c46c5766f33 Mon Sep 17 00:00:00 2001 From: David Rabinowitz Date: Thu, 7 Sep 2023 21:21:15 -0700 Subject: [PATCH 1/4] mvn tidy:pom was applied --- bigquery-connector-common/pom.xml | 12 ++++++--- pom.xml | 27 +++++++++---------- spark-bigquery-connector-common/pom.xml | 8 ++++-- spark-bigquery-dsv1/pom.xml | 10 ++++--- .../spark-bigquery-dsv1-parent/pom.xml | 24 ++++++++++------- .../pom.xml | 8 +++--- .../pom.xml | 8 +++--- .../pom.xml | 12 ++++++--- .../pom.xml | 19 +++++++------ .../pom.xml | 20 ++++++++------ .../pom.xml | 18 ++++++++----- .../spark-bigquery_2.11/pom.xml | 17 +++++++----- .../spark-bigquery_2.12/pom.xml | 17 +++++++----- .../spark-bigquery_2.13/pom.xml | 17 +++++++----- spark-bigquery-dsv2/pom.xml | 10 ++++--- .../spark-2.4-bigquery/pom.xml | 19 +++++++------ .../spark-3.1-bigquery-lib/pom.xml | 17 +++++++----- .../spark-3.1-bigquery/pom.xml | 17 +++++++----- .../spark-3.2-bigquery-lib/pom.xml | 17 +++++++----- .../spark-3.2-bigquery/pom.xml | 17 +++++++----- .../spark-3.3-bigquery-lib/pom.xml | 17 +++++++----- .../spark-3.3-bigquery/pom.xml | 17 +++++++----- .../spark-3.4-bigquery-lib/pom.xml | 17 +++++++----- .../spark-3.4-bigquery/pom.xml | 17 +++++++----- .../spark-bigquery-dsv2-common/pom.xml | 16 ++++++----- .../spark-bigquery-dsv2-parent/pom.xml | 18 ++++++++----- .../spark-bigquery-metrics/pom.xml | 17 +++++++----- spark-bigquery-parent/pom.xml | 14 +++++----- spark-bigquery-pushdown/pom.xml | 13 +++++---- .../spark-2.4-bigquery-pushdown_2.11/pom.xml | 10 +++---- .../spark-2.4-bigquery-pushdown_2.12/pom.xml | 9 +++---- .../spark-3.1-bigquery-pushdown_2.12/pom.xml | 9 +++---- .../spark-3.2-bigquery-pushdown_2.12/pom.xml | 10 +++---- .../spark-3.2-bigquery-pushdown_2.13/pom.xml | 10 +++---- .../spark-3.3-bigquery-pushdown_2.12/pom.xml | 8 +++--- .../spark-3.3-bigquery-pushdown_2.13/pom.xml | 8 +++--- .../pom.xml | 11 ++++---- .../pom.xml | 9 +++---- .../pom.xml | 9 +++---- .../spark-bigquery-pushdown-parent/pom.xml | 26 +++++++++--------- spark-bigquery-python-lib/pom.xml | 12 ++++----- spark-bigquery-scala-212-support/pom.xml | 7 +++-- spark-bigquery-tests/pom.xml | 8 +++--- 43 files changed, 343 insertions(+), 263 deletions(-) diff --git a/bigquery-connector-common/pom.xml b/bigquery-connector-common/pom.xml index c27b6aede..55b99cba9 100644 --- a/bigquery-connector-common/pom.xml +++ b/bigquery-connector-common/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,6 +10,7 @@ bigquery-connector-common + BigQuery Connector Common Library @@ -18,6 +19,7 @@ repo + com.google.api.grpc @@ -47,7 +49,8 @@ com.google.api.grpc proto-google-cloud-bigquerystorage-v1beta2 - + + com.google.cloud google-cloud-bigquerystorage @@ -129,6 +132,7 @@ 2.9.1 + diff --git a/pom.xml b/pom.xml index 9b3480611..9ad79c3f7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -11,8 +11,8 @@ spark-bigquery-reactor pom - Spark BigQuery Connector Reactor + Spark BigQuery Connector Reactor Apache License, Version 2.0 @@ -28,6 +28,15 @@ + + spark-bigquery-parent + bigquery-connector-common + spark-bigquery-tests + spark-bigquery-scala-212-support + spark-bigquery-connector-common + spark-bigquery-python-lib + + scm:git:git@github.com:GoogleCloudDataproc/spark-bigquery-connector.git @@ -37,7 +46,6 @@ git@github.com:GoogleCloudDataproc/spark-bigquery-connector.git - GitHub Issues @@ -45,15 +53,6 @@ - - spark-bigquery-parent - bigquery-connector-common - spark-bigquery-tests - spark-bigquery-scala-212-support - spark-bigquery-connector-common - spark-bigquery-python-lib - - all diff --git a/spark-bigquery-connector-common/pom.xml b/spark-bigquery-connector-common/pom.xml index a611d712b..1bfa1b3d3 100644 --- a/spark-bigquery-connector-common/pom.xml +++ b/spark-bigquery-connector-common/pom.xml @@ -1,6 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -9,6 +10,7 @@ spark-bigquery-connector-common + Spark BigQuery Connector Common Library @@ -17,6 +19,7 @@ repo + ${project.groupId} @@ -81,6 +84,7 @@ test + diff --git a/spark-bigquery-dsv1/pom.xml b/spark-bigquery-dsv1/pom.xml index 76eadf15c..b3c66231d 100644 --- a/spark-bigquery-dsv1/pom.xml +++ b/spark-bigquery-dsv1/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,8 +10,10 @@ spark-bigquery-dsv1 - BigQuery DataSource v1 implementation pom + + BigQuery DataSource v1 implementation + spark-bigquery-dsv1-spark2-support spark-bigquery-dsv1-spark3-support diff --git a/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml b/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml index 920099b3e..261090a01 100644 --- a/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,12 +10,9 @@ spark-bigquery-dsv1-parent - BigQuery DataSource v1 implementation common settings pom - - 2.11 - 2.4.0 - + + BigQuery DataSource v1 implementation common settings Apache License, Version 2.0 @@ -23,6 +20,12 @@ repo + + + 2.11 + 2.4.0 + + ${project.groupId} @@ -85,15 +88,15 @@ ${project.groupId} bigquery-connector-common ${project.version} - test tests + test ${project.groupId} spark-bigquery-connector-common ${project.version} - test tests + test ${project.groupId} @@ -102,6 +105,7 @@ test + src/main/scala diff --git a/spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/pom.xml b/spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/pom.xml index 4789126b7..b2f860f7f 100644 --- a/spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,6 +10,7 @@ spark-bigquery-dsv1-spark2-support + Spark BigQuery Connector Spark 2 Support @@ -18,6 +19,7 @@ repo + ${project.groupId} diff --git a/spark-bigquery-dsv1/spark-bigquery-dsv1-spark3-support/pom.xml b/spark-bigquery-dsv1/spark-bigquery-dsv1-spark3-support/pom.xml index b90c502fd..bf451556c 100644 --- a/spark-bigquery-dsv1/spark-bigquery-dsv1-spark3-support/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-dsv1-spark3-support/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,6 +10,7 @@ spark-bigquery-dsv1-spark3-support + Spark BigQuery Connector Spark 3 Support @@ -18,6 +19,7 @@ repo + ${project.groupId} diff --git a/spark-bigquery-dsv1/spark-bigquery-with-dependencies-parent/pom.xml b/spark-bigquery-dsv1/spark-bigquery-with-dependencies-parent/pom.xml index a2702bb1d..3d71b8367 100644 --- a/spark-bigquery-dsv1/spark-bigquery-with-dependencies-parent/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-with-dependencies-parent/pom.xml @@ -1,16 +1,18 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent ${revision} ../../spark-bigquery-parent + spark-bigquery-with-dependencies-parent - BigQuery DataSource v1 shaded distributable common settings pom + + BigQuery DataSource v1 shaded distributable common settings Apache License, Version 2.0 @@ -18,6 +20,7 @@ repo + ${project.groupId} @@ -26,6 +29,7 @@ test + diff --git a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.11/pom.xml b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.11/pom.xml index 67be1720a..4e1ad8396 100644 --- a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.11/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.11/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-with-dependencies-parent @@ -10,11 +10,8 @@ spark-bigquery-with-dependencies_2.11 + BigQuery DataSource v1 shaded distributable for Scala 2.11 - - 2.11 - false - Apache License, Version 2.0 @@ -22,6 +19,12 @@ repo + + + 2.11 + false + + ${project.groupId} @@ -29,4 +32,4 @@ ${project.version} - \ No newline at end of file + diff --git a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.12/pom.xml b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.12/pom.xml index 8f08e7277..e170f0a0d 100644 --- a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.12/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.12/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-with-dependencies-parent @@ -10,11 +10,8 @@ spark-bigquery-with-dependencies_2.12 + BigQuery DataSource v1 shaded distributable for Scala 2.12 - - 2.12 - false - Apache License, Version 2.0 @@ -22,6 +19,12 @@ repo + + + 2.12 + false + + ${project.groupId} @@ -29,6 +32,7 @@ ${project.version} + @@ -51,4 +55,4 @@ - \ No newline at end of file + diff --git a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.13/pom.xml b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.13/pom.xml index 09b954cae..59963a1f7 100644 --- a/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.13/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.13/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-with-dependencies-parent @@ -10,11 +10,8 @@ spark-bigquery-with-dependencies_2.13 + BigQuery DataSource v1 shaded distributable for Scala 2.13 - - 2.13 - false - Apache License, Version 2.0 @@ -22,6 +19,12 @@ repo + + + 2.13 + false + + ${project.groupId} @@ -29,6 +32,7 @@ ${project.version} + diff --git a/spark-bigquery-dsv1/spark-bigquery_2.11/pom.xml b/spark-bigquery-dsv1/spark-bigquery_2.11/pom.xml index 8505f75a8..eb8f4da9c 100644 --- a/spark-bigquery-dsv1/spark-bigquery_2.11/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery_2.11/pom.xml @@ -1,6 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-dsv1-parent @@ -9,11 +10,8 @@ spark-bigquery_2.11 + BigQuery DataSource v1 for Scala 2.11 - - 2.11 - 2.4.0 - Apache License, Version 2.0 @@ -21,6 +19,12 @@ repo + + + 2.11 + 2.4.0 + + ${project.groupId} @@ -29,6 +33,7 @@ ${project.version} + + @@ -85,8 +85,8 @@ com.fasterxml.jackson jackson-bom ${jackson.version} - import pom + import com.fasterxml.jackson.core @@ -303,6 +303,7 @@ test + @@ -662,6 +663,7 @@ + diff --git a/spark-bigquery-pushdown/pom.xml b/spark-bigquery-pushdown/pom.xml index cd2b2fa04..973a336dc 100644 --- a/spark-bigquery-pushdown/pom.xml +++ b/spark-bigquery-pushdown/pom.xml @@ -1,19 +1,19 @@ - + + 4.0.0 + - spark-bigquery-parent com.google.cloud.spark + spark-bigquery-parent ${revision} ../spark-bigquery-parent - 4.0.0 spark-bigquery-pushdown - Spark BigQuery Predicate Pushdown Implementation pom + Spark BigQuery Predicate Pushdown Implementation + spark-bigquery-pushdown-parent spark-2.4-bigquery-pushdown_2.11 @@ -27,5 +27,4 @@ spark-bigquery-pushdown-common_2.12 spark-bigquery-pushdown-common_2.13 - diff --git a/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.11/pom.xml b/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.11/pom.xml index 5735182e9..62f53e295 100644 --- a/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.11/pom.xml +++ b/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.11/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-2.4-bigquery-pushdown_2.11 @@ -31,5 +30,4 @@ provided - diff --git a/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/pom.xml b/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/pom.xml index d250bf1e7..02cc348e0 100644 --- a/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/pom.xml +++ b/spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-2.4-bigquery-pushdown_2.12 diff --git a/spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/pom.xml b/spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/pom.xml index f7ded7e64..b4f5b0054 100644 --- a/spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/pom.xml +++ b/spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-3.1-bigquery-pushdown_2.12 diff --git a/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/pom.xml b/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/pom.xml index 75385d92a..7206d8a0a 100644 --- a/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/pom.xml +++ b/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-3.2-bigquery-pushdown_2.12 @@ -31,5 +30,4 @@ provided - diff --git a/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/pom.xml b/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/pom.xml index 32e672dae..33d1746d4 100644 --- a/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/pom.xml +++ b/spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-3.2-bigquery-pushdown_2.13 @@ -31,5 +30,4 @@ provided - diff --git a/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/pom.xml b/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/pom.xml index ad6be59ba..f9c48b141 100644 --- a/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/pom.xml +++ b/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent @@ -31,5 +30,4 @@ provided - diff --git a/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/pom.xml b/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/pom.xml index df7e4aab1..b82368d99 100644 --- a/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/pom.xml +++ b/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent @@ -31,5 +30,4 @@ provided - diff --git a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.11/pom.xml b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.11/pom.xml index 83f31edce..4292963a0 100644 --- a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.11/pom.xml +++ b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.11/pom.xml @@ -1,16 +1,16 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-bigquery-pushdown-common_2.11 + 2.11 2.4.0 @@ -45,5 +45,4 @@ - diff --git a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/pom.xml b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/pom.xml index 072a9cec2..e0d78a1bc 100644 --- a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/pom.xml +++ b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-bigquery-pushdown-common_2.12 diff --git a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/pom.xml b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/pom.xml index 7a04f0515..f1a0ad8ee 100644 --- a/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/pom.xml +++ b/spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/pom.xml @@ -1,14 +1,13 @@ - + + 4.0.0 + - spark-bigquery-pushdown-parent com.google.cloud.spark + spark-bigquery-pushdown-parent ${revision} ../spark-bigquery-pushdown-parent - 4.0.0 spark-bigquery-pushdown-common_2.13 diff --git a/spark-bigquery-pushdown/spark-bigquery-pushdown-parent/pom.xml b/spark-bigquery-pushdown/spark-bigquery-pushdown-parent/pom.xml index 61f45cbc8..df96f8428 100644 --- a/spark-bigquery-pushdown/spark-bigquery-pushdown-parent/pom.xml +++ b/spark-bigquery-pushdown/spark-bigquery-pushdown-parent/pom.xml @@ -1,23 +1,18 @@ - + + 4.0.0 + - spark-bigquery-parent com.google.cloud.spark + spark-bigquery-parent ${revision} ../../spark-bigquery-parent - 4.0.0 spark-bigquery-pushdown-parent - Spark BigQuery Predicate Pushdown Implementation common settings - pom - - 2.11 - 2.4.0 - + + Spark BigQuery Predicate Pushdown Implementation common settings Apache License, Version 2.0 @@ -25,6 +20,12 @@ repo + + + 2.11 + 2.4.0 + + ${project.groupId} @@ -82,8 +83,8 @@ ${project.groupId} spark-bigquery-connector-common ${project.version} - test tests + test ${project.groupId} @@ -92,6 +93,7 @@ test + src/main/scala diff --git a/spark-bigquery-python-lib/pom.xml b/spark-bigquery-python-lib/pom.xml index 0298762d4..e6078e2c6 100644 --- a/spark-bigquery-python-lib/pom.xml +++ b/spark-bigquery-python-lib/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,9 +10,10 @@ spark-bigquery-support - PySpark-BigQuery support library pom + PySpark-BigQuery support library + @@ -31,5 +32,4 @@ - - \ No newline at end of file + diff --git a/spark-bigquery-scala-212-support/pom.xml b/spark-bigquery-scala-212-support/pom.xml index 4c7c09a95..b25afd47b 100644 --- a/spark-bigquery-scala-212-support/pom.xml +++ b/spark-bigquery-scala-212-support/pom.xml @@ -1,6 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -9,6 +10,7 @@ spark-bigquery-scala-212-support + Spark BigQuery Scala 2.12 Support Library @@ -17,6 +19,7 @@ repo + ${project.groupId} diff --git a/spark-bigquery-tests/pom.xml b/spark-bigquery-tests/pom.xml index 163322ee6..4c9c56ebf 100644 --- a/spark-bigquery-tests/pom.xml +++ b/spark-bigquery-tests/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,6 +10,7 @@ spark-bigquery-tests + BigQuery Connector Tests Support @@ -18,6 +19,7 @@ repo + ${project.groupId} From e65f9215dcd9e5402199c17d7aea673d7e60eed4 Mon Sep 17 00:00:00 2001 From: David Rabinowitz Date: Fri, 8 Sep 2023 15:38:59 -0700 Subject: [PATCH 2/4] Add GitHub Workflow --- .github/workflows/tidy.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/tidy.yaml diff --git a/.github/workflows/tidy.yaml b/.github/workflows/tidy.yaml new file mode 100644 index 000000000..cce8d9fa5 --- /dev/null +++ b/.github/workflows/tidy.yaml @@ -0,0 +1,24 @@ +name: POM Structure Check + +on: + push: + branches: [ master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '8' + cache: 'maven' + + - name: Checkout coding style + run: ./mvnw tidy:check -Pall From 20bcb2a17ae5f71e4e3757467e4b6c0242df1748 Mon Sep 17 00:00:00 2001 From: David Rabinowitz Date: Fri, 8 Sep 2023 15:41:16 -0700 Subject: [PATCH 3/4] adding the tidy maven plugin to the project --- .../spark-bigquery-dsv1-parent/pom.xml | 2 +- spark-bigquery-parent/pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml b/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml index 261090a01..e98329ad6 100644 --- a/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml +++ b/spark-bigquery-dsv1/spark-bigquery-dsv1-parent/pom.xml @@ -204,6 +204,6 @@ - + diff --git a/spark-bigquery-parent/pom.xml b/spark-bigquery-parent/pom.xml index 15baa6290..da2e3cb05 100644 --- a/spark-bigquery-parent/pom.xml +++ b/spark-bigquery-parent/pom.xml @@ -484,6 +484,20 @@ + + org.codehaus.mojo + tidy-maven-plugin + 1.2.0 + + + validate + validate + + check + + + + com.github.spotbugs spotbugs-maven-plugin From 4261bab9392b1be89503b33afa90abca53a3bf46 Mon Sep 17 00:00:00 2001 From: David Rabinowitz Date: Fri, 22 Sep 2023 08:06:58 -0700 Subject: [PATCH 4/4] Fixed the coverage report project POM --- coverage/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index 752c2947a..5a8962fae 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -1,7 +1,7 @@ - + + 4.0.0 + com.google.cloud.spark spark-bigquery-parent @@ -10,9 +10,10 @@ coverage - Coverage Report pom + Coverage Report + ${project.groupId} @@ -321,4 +322,3 @@ -