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

2017-06-23 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/1065 LGTM --- 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 so, or if the

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

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

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

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

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

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

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

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

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

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

[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 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 asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1065 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/543/Failed Tests: 1carbondata-pr-spark-1.6/org.apache.carb

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

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

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

2017-06-21 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1065 @QiangCai fixed, please check --- 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 a

[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), (byte)(va

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2017-06-20 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1065 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/carbondata-pr-spark-1.6/506/Build result: FAILURE[...truncated 1013.30 KB...] at

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

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