Uh oh!
There was an error while loading. Please reload this page.
[SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0 - #12923
[SPARK-15148][SQL] Upgrade Univocity library from 2.0.2 to 2.1.0#12923HyukjinKwon wants to merge 3 commits into
Conversation
HyukjinKwon
commented
May 5, 2016
rxin
commented
May 5, 2016
LGTM pending Jenkins. |
holdenk
commented
May 5, 2016
So doing a quick grep shows that we are using the newly deprecated method If its really urgent to get this upgrade in quickly, lets make a follow up JIRA to move away from these deprecated functions for the next release. |
HyukjinKwon
commented
May 5, 2016
Thanks, @holdenk! It is not urgent. I can do this in this PR. |
holdenk
commented
May 5, 2016
Great! |
SparkQA
commented
May 5, 2016
Test build #2975 has finished for PR 12923 at commit
|
SparkQA
commented
May 5, 2016
Test build #57853 has finished for PR 12923 at commit
|
SparkQA
commented
May 5, 2016
Test build #57861 has finished for PR 12923 at commit
|
srowen
commented
May 5, 2016
LGTM, except that it needs a rebase now |
SparkQA
commented
May 5, 2016
Test build #57875 has finished for PR 12923 at commit
|
rxin
commented
May 5, 2016
Merging in master/branch-2.0. |
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-15148 Mainly it improves the performance roughtly about 30%-40% according to the [release note](https://github.com/uniVocity/univocity-parsers/releases/tag/v2.1.0). For the details of the purpose is described in the JIRA. This PR upgrades Univocity library from 2.0.2 to 2.1.0. ## How was this patch tested? Existing tests should cover this. Author: hyukjinkwon <gurwls223@gmail.com> Closes#12923 from HyukjinKwon/SPARK-15148. (cherry picked from commit ac12b35) Signed-off-by: Reynold Xin <rxin@databricks.com>
What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/SPARK-15148
Mainly it improves the performance roughtly about 30%-40% according to the release note. For the details of the purpose is described in the JIRA.
This PR upgrades Univocity library from 2.0.2 to 2.1.0.
How was this patch tested?
Existing tests should cover this.