You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/01/15 23:10:42 UTC

[drill] branch master updated: DRILL-8095: upgrade to poi 5.2.0 (#2427)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95cd6cd  DRILL-8095: upgrade to poi 5.2.0 (#2427)
95cd6cd is described below

commit 95cd6cd6a89339453ce9bf924ad5d0170c61a955
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Sun Jan 16 00:10:32 2022 +0100

    DRILL-8095: upgrade to poi 5.2.0 (#2427)
    
    * upgrade to poi 5.2.0 and ignore cell styles (to avoid unnecessary parse time)
    
    * need to parse styles
---
 contrib/format-excel/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/format-excel/pom.xml b/contrib/format-excel/pom.xml
index ccc9b7d..a089754 100644
--- a/contrib/format-excel/pom.xml
+++ b/contrib/format-excel/pom.xml
@@ -31,7 +31,7 @@
   <name>Drill : Contrib : Format : Excel</name>
 
   <properties>
-    <poi.version>5.1.0</poi.version>
+    <poi.version>5.2.0</poi.version>
   </properties>
   <dependencies>
     <dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>com.github.pjfanning</groupId>
       <artifactId>excel-streaming-reader</artifactId>
-      <version>3.3.1</version>
+      <version>3.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>