You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/09/11 05:26:07 UTC

[parquet-mr] branch parquet-1.12.x updated: Remove deprecated modules

This is an automated email from the ASF dual-hosted git repository.

shangxinli pushed a commit to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/parquet-1.12.x by this push:
     new b179e23  Remove deprecated modules
b179e23 is described below

commit b179e230f3f01ce42964bfaf8b13fd0149f56627
Author: Xinli shang <sh...@uber.com>
AuthorDate: Fri Sep 10 22:25:55 2021 -0700

    Remove deprecated modules
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f28f7d7..f0b6a5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,8 +123,6 @@
     <module>parquet-arrow</module>
     <module>parquet-avro</module>
     <module>parquet-benchmarks</module>
-    <module>parquet-cascading-deprecated</module>
-    <module>parquet-cascading3-deprecated</module>
     <module>parquet-cli</module>
     <module>parquet-column</module>
     <module>parquet-common</module>
@@ -137,10 +135,8 @@
     <module>parquet-pig-bundle</module>
     <module>parquet-protobuf</module>
     <module>parquet-scala</module>
-    <module>parquet-scrooge-deprecated</module>
     <module>parquet-thrift</module>
     <module>parquet-hadoop-bundle</module>
-    <module>parquet-tools-deprecated</module>
   </modules>
 
   <dependencies>