GitHub user bhavya411 opened a pull request:
https://github.com/apache/carbondata/pull/1477 [CARBONDATA-1686] Presto Version Upgrade to 0.186 - [No] Any interfaces changed? - [Yes ] Any backward compatibility impacted? Carbondata will now work with Presto Server 0.186 onward - [ No] Document update required? - [ Yes] Testing done Since it is a version upgrade all the integration test cases are executed successfuly. Performance testing done manually and there is improvement in query execution times. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bhavya411/incubator-carbondata PrestoUpgrade Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1477.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 #1477 ---- commit d2c8a479f0491b35b13ad6cf79595188ac609deb Author: Bhavya <[hidden email]> Date: 2017-11-09T07:25:50Z Presto Version upgraded to 0.186 ---- --- |
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/1477 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/917/ --- |
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1477#discussion_r149938802 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSource.java --- @@ -78,10 +78,6 @@ private CarbondataPageSource(List<Type> types, RecordCursor cursor) { this.readers = createStreamReaders(); } - @Override public long getTotalBytes() { --- End diff -- upgrade presto version , why need to remove this method ? --- |
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1477#discussion_r149939306 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/PrestoFilterUtil.java --- @@ -261,8 +261,6 @@ else if (type instanceof DecimalType) { return new BigDecimal(new BigInteger(String.valueOf(rawdata)), ((DecimalType) type).getScale()); } - } else if (type.equals(TimestampType.TIMESTAMP)) { --- End diff -- this is PR1459 fixed TIMESTAMP issues. --- |
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on the issue:
https://github.com/apache/carbondata/pull/1477 @bhavya411 please rework this PR, there are many issues. --- |
In reply to this post by qiuchenjian-2
Github user bhavya411 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1477#discussion_r149944113 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataPageSource.java --- @@ -78,10 +78,6 @@ private CarbondataPageSource(List<Type> types, RecordCursor cursor) { this.readers = createStreamReaders(); } - @Override public long getTotalBytes() { --- End diff -- The Presto 0.186 has remove this method from specification, so we have to remove it from our code as well --- |
In reply to this post by qiuchenjian-2
Github user bhavya411 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1477#discussion_r149945794 --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/PrestoFilterUtil.java --- @@ -261,8 +261,6 @@ else if (type instanceof DecimalType) { return new BigDecimal(new BigInteger(String.valueOf(rawdata)), ((DecimalType) type).getScale()); } - } else if (type.equals(TimestampType.TIMESTAMP)) { --- End diff -- This has been fixed --- |
In reply to this post by qiuchenjian-2
Github user bhavya411 commented on the issue:
https://github.com/apache/carbondata/pull/1477 All issues have been resolved --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/1477 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/928/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1477 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1532/ --- |
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on the issue:
https://github.com/apache/carbondata/pull/1477 retest this please --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/1477 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/936/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1477 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1543/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1477 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1551/ --- |
In reply to this post by qiuchenjian-2
Github user chenliang613 commented on the issue:
https://github.com/apache/carbondata/pull/1477 retest this please --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/1477 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/943/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1477 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1558/ --- |
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:
https://github.com/apache/carbondata/pull/1477 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/956/ --- |
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:
https://github.com/apache/carbondata/pull/1477 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1571/ --- |
In reply to this post by qiuchenjian-2
Github user bhavya411 commented on the issue:
https://github.com/apache/carbondata/pull/1477 retest this please --- |
Free forum by Nabble | Edit this page |