GitHub user bhavya411 opened a pull request:
https://github.com/apache/carbondata/pull/2607
Presto Upgrade to 0.206
This PR upgraded the Presto version from 0.187 to 0.206, the
CarbondataSplitManager has been changed to accommodate the
SplitSchedulingStrategy, also the SliceArrayBlock has now been removed from
this version so we have to add the VariableWidthBlock for Dictionary.
BlockBuilderStatus access has also been changed to protected instead of public
so we have to pass null. Also, now the implementation of Stream Readers uses
Block.
- [ Y] Any interfaces changed?
- [ Y] Any backward compatibility impacted?
- [ N] Document update required?
- [ Y] Testing was done
All Unit test cases are passing and have run queries manually to test them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bhavya411/incubator-carbondata CARBONDATA-2818
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2607.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2607
----
commit a1b698aa58a714ebb21dfcc01b5bd2d610378649
Author: Bhavya <bhavya@...>
Date: 2018-08-03T08:10:14Z
Presto Upgrade to 0.206
----
---