[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/1049 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] carbondata issue #1065: [CARBONDATA-1196] Add 3 bytes data type support in v...

2017-06-21 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/1065 @jackylk I change the code as following. Two test case passed. ``` public static byte[] to3Bytes(int val) { return new byte[]{(byte)(val >> 16), (byte)(val >> 8),

[jira] [Created] (CARBONDATA-1205) Use Spark 2.1 and Hadoop 2.7.2 as default from 1.2.0 onwards

2017-06-21 Thread Liang Chen (JIRA)
Liang Chen created CARBONDATA-1205: -- Summary: Use Spark 2.1 and Hadoop 2.7.2 as default from 1.2.0 onwards Key: CARBONDATA-1205 URL: https://issues.apache.org/jira/browse/CARBONDATA-1205 Project:

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123183129 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/aggquery/IntegerDataTypeTestCase.scala ---

[GitHub] carbondata issue #1021: [CARBONDATA-1158] Hive integration code optimization

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1021 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/534/ --- If your project is set up for it, you can

[GitHub] carbondata issue #1021: [CARBONDATA-1158] Hive integration code optimization

2017-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1021 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2627/ --- If your project is set up for it, you can reply to this email and have

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1049 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/533/Failed Tests:

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123177876 --- Diff: core/src/main/java/org/apache/carbondata/core/util/ByteUtil.java --- @@ -465,6 +465,39 @@ public static short toShort(byte[] bytes, int

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123177702 --- Diff: core/src/main/java/org/apache/carbondata/core/util/ByteUtil.java --- @@ -465,6 +465,39 @@ public static short toShort(byte[] bytes, int

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1049 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2626/ --- If your project is set up for it, you can reply to this email and have

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123176128 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/DefaultEncodingStrategy.java --- @@ -29,24 +29,31 @@

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123176230 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/DefaultEncodingStrategy.java --- @@ -29,24 +29,31 @@

[GitHub] carbondata issue #1021: [CARBONDATA-1158] Hive integration code optimization

2017-06-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1021 @anubhav100 thanks , fix comments --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] carbondata pull request #1065: [CARBONDATA-1196] Add 3 bytes data type suppo...

2017-06-21 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1065#discussion_r123169106 --- Diff: core/src/main/java/org/apache/carbondata/core/util/ByteUtil.java --- @@ -465,6 +465,39 @@ public static short toShort(byte[] bytes, int

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1049 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/532/Failed Tests:

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1049 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2625/ --- If your project is set up for it, you can reply to this email and have

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1049 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/530/ --- If your project is set up for it, you can

[GitHub] carbondata issue #1049: [CARBONDATA-1183] Update CarbonPartitionExample beca...

2017-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1049 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2624/ --- If your project is set up for it, you can reply to this email and have

[GitHub] carbondata issue #1040: [CARBONDATA-1171] Added support for show partitions ...

2017-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1040 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2623/ --- If your project is set up for it, you can reply to this email and have

[GitHub] carbondata issue #1053: [CARBONDATA-1188] fixed codec for UpscaleFloatingCod...

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1053 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/529/Failed Tests:

[GitHub] carbondata issue #1040: [CARBONDATA-1171] Added support for show partitions ...

2017-06-21 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1040 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/528/Failed Tests:

<    1   2