You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2023/12/04 23:47:48 UTC

(pinot) branch master updated: Bump up the parquet version to 1.13.1 (#12076)

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

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d19f4a3b4 Bump up the parquet version to 1.13.1 (#12076)
6d19f4a3b4 is described below

commit 6d19f4a3b4738165297ef0788eb7802485bda223
Author: Seunghyun Lee <se...@startree.ai>
AuthorDate: Mon Dec 4 15:47:42 2023 -0800

    Bump up the parquet version to 1.13.1 (#12076)
    
    - Bumping up the parquet version to 1.13.1
    - e.g `LZ4_RAW` codec has been added in the newer version
      of parquet lib.
---
 pinot-tools/pom.xml | 2 +-
 pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index a5996c6562..46a0ff506f 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <pinot.root>${basedir}/..</pinot.root>
     <spark.version>3.2.1</spark.version>
-    <airlift.version>0.16</airlift.version>
+    <airlift.version>0.21</airlift.version>
   </properties>
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9358dd21b6..45d29f68c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <SKIP_INTEGRATION_TESTS>true</SKIP_INTEGRATION_TESTS>
     <!-- Configuration for unit/integration tests section 1 of 3 (properties) ENDS HERE.-->
     <avro.version>1.10.2</avro.version>
-    <parquet.version>1.12.3</parquet.version>
+    <parquet.version>1.13.1</parquet.version>
     <helix.version>1.3.1</helix.version>
     <zkclient.version>0.7</zkclient.version>
     <jackson.version>2.12.7.20221012</jackson.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org