You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/11/20 02:25:10 UTC

carbondata git commit: [CARBONDATA-1768] Upgrade univocity parser to 2.2.1

Repository: carbondata
Updated Branches:
  refs/heads/master 1693e0c58 -> 805a5baf3


[CARBONDATA-1768] Upgrade univocity parser to 2.2.1

Univocity CSV parser has improved performance in 2.2.1, upgrade dependency to use it.

This closes #1532


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/805a5baf
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/805a5baf
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/805a5baf

Branch: refs/heads/master
Commit: 805a5baf3b3b923abdda291f9ac2118c79465966
Parents: 1693e0c
Author: Jacky Li <ja...@qq.com>
Authored: Sun Nov 19 11:06:55 2017 +0800
Committer: chenliang613 <ch...@huawei.com>
Committed: Mon Nov 20 10:24:53 2017 +0800

----------------------------------------------------------------------
 processing/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/805a5baf/processing/pom.xml
----------------------------------------------------------------------
diff --git a/processing/pom.xml b/processing/pom.xml
index 7b53803..1d49417 100644
--- a/processing/pom.xml
+++ b/processing/pom.xml
@@ -46,7 +46,7 @@
 	<dependency>
       <groupId>com.univocity</groupId>
       <artifactId>univocity-parsers</artifactId>
-      <version>1.5.6</version>
+      <version>2.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>