From 868da252942dd30b36f3f033bb58f2c4d17bed6f Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Thu, 29 Aug 2024 19:40:10 +0800 Subject: [PATCH 1/2] GH-3004: Add Parquet BOM --- parquet-bom/pom.xml | 156 ++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 157 insertions(+) create mode 100644 parquet-bom/pom.xml diff --git a/parquet-bom/pom.xml b/parquet-bom/pom.xml new file mode 100644 index 0000000000..4bd1b17191 --- /dev/null +++ b/parquet-bom/pom.xml @@ -0,0 +1,156 @@ + + + 4.0.0 + + + org.apache + apache + 32 + + org.apache.parquet + parquet-bom + 1.15.0-SNAPSHOT + + Apache Parquet Bill Of Materials + https://parquet.apache.org + Parquet is a columnar storage format that supports nested data. This provides the java implementation. + + + scm:git:git@github.com:apache/parquet-mr.git + scm:git:git@github.com:apache/parquet-mr.git + scm:git:git@github.com:apache/parquet-mr.git + HEAD + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + JIRA + https://issues.apache.org/jira/browse/PARQUET + + + + + Dev Mailing List + dev@parquet.apache.org + dev-subscribe@parquet.apache.org + dev-unsubscribe@parquet.apache.org + + + Commits Mailing List + commits@parquet.apache.org + commits-subscribe@parquet.apache.org + commits-unsubscribe@parquet.apache.org + + + + + + + org.apache.parquet + parquet-arrow + ${project.version} + + + org.apache.parquet + parquet-avro + ${project.version} + + + + org.apache.parquet + parquet-cli + ${project.version} + + + org.apache.parquet + parquet-column + ${project.version} + + + org.apache.parquet + parquet-common + ${project.version} + + + org.apache.parquet + parquet-encoding + ${project.version} + + + org.apache.parquet + parquet-format-structures + ${project.version} + + + org.apache.parquet + parquet-generator + ${project.version} + + + org.apache.parquet + parquet-hadoop + ${project.version} + + + org.apache.parquet + parquet-hadoop-bundle + ${project.version} + + + org.apache.parquet + parquet-jackson + ${project.version} + + + org.apache.parquet + parquet-pig + ${project.version} + + + org.apache.parquet + parquet-pig-bundle + ${project.version} + + + org.apache.parquet + parquet-protobuf + ${project.version} + + + org.apache.parquet + parquet-scala + ${project.version} + + + org.apache.parquet + parquet-thrift + ${project.version} + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b81789d7a5..5d1d6f1256 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,7 @@ parquet-scala parquet-thrift parquet-hadoop-bundle + parquet-bom From ac8255843e414fae81614977812e9a2e7035676d Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Fri, 30 Aug 2024 09:37:02 +0800 Subject: [PATCH 2/2] GH-3004: Add Parquet BOM --- parquet-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet-bom/pom.xml b/parquet-bom/pom.xml index 4bd1b17191..c93bca952f 100644 --- a/parquet-bom/pom.xml +++ b/parquet-bom/pom.xml @@ -28,7 +28,7 @@ org.apache.parquet parquet-bom 1.15.0-SNAPSHOT - + pom Apache Parquet Bill Of Materials https://parquet.apache.org Parquet is a columnar storage format that supports nested data. This provides the java implementation.