diff --git a/paimon-spark/paimon-spark-3.5/pom.xml b/paimon-spark/paimon-spark-3.5/pom.xml index b21d0b384719..4be60e17a81d 100644 --- a/paimon-spark/paimon-spark-3.5/pom.xml +++ b/paimon-spark/paimon-spark-3.5/pom.xml @@ -81,6 +81,16 @@ under the License. ${spark.version} tests test + + + parquet-hadoop + org.apache.parquet + + + parquet-column + org.apache.parquet + + @@ -105,6 +115,30 @@ under the License. ${spark.version} test + + + org.apache.paimon + paimon-format + ${project.version} + test + + + + org.apache.parquet + parquet-hadoop + ${parquet.version} + + + org.xerial.snappy + snappy-java + + + zstd-jni + com.github.luben + + + test + diff --git a/paimon-spark/paimon-spark-ut/pom.xml b/paimon-spark/paimon-spark-ut/pom.xml index 56cc3ff83d99..3fb7070a817e 100644 --- a/paimon-spark/paimon-spark-ut/pom.xml +++ b/paimon-spark/paimon-spark-ut/pom.xml @@ -92,6 +92,14 @@ under the License. com.fasterxml.jackson.core * + + parquet-column + org.apache.parquet + + + parquet-hadoop + org.apache.parquet + @@ -106,6 +114,14 @@ under the License. com.fasterxml.jackson.core * + + parquet-column + org.apache.parquet + + + parquet-hadoop + org.apache.parquet + @@ -178,6 +194,30 @@ under the License. ${okhttp.version} test + + + org.apache.paimon + paimon-format + ${project.version} + test + + + + org.apache.parquet + parquet-hadoop + ${parquet.version} + + + org.xerial.snappy + snappy-java + + + zstd-jni + com.github.luben + + + test +