[GitHub] carbondata issue #943: [CARBONDATA-1086]Added documentation for BATCH SORT S...

2017-07-09 Thread sgururajshetty
Github user sgururajshetty commented on the issue: https://github.com/apache/carbondata/pull/943 @vandana7 there is a space missing after a . in a sentence. Also under DML operation we will have the main section as sort_scope and not batch_sort. Then we will explain about the

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

2017-07-09 Thread bhavya411
Github user bhavya411 commented on the issue: https://github.com/apache/carbondata/pull/984 Sure Liang, I will review it today. Regards Bhavya On Sun, Jul 9, 2017 at 7:39 PM, 岑玉海 wrote: > @chenliang613

[GitHub] carbondata pull request #984: [CARBONDATA-1008] Make Caron table schema comp...

2017-07-09 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/984#discussion_r126336311 --- Diff: integration/hive/hive-guide.md --- @@ -41,16 +41,19 @@ mvn -DskipTests -Pspark-2.1 -Phadoop-2.7.2 clean package $HADOOP_HOME/bin/hadoop

[jira] [Updated] (CARBONDATA-1282) Query with large no of column gives codegeneration issue

2017-07-09 Thread Ashok Kumar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashok Kumar updated CARBONDATA-1282: Description: When table is having around 2000 columns and query is being done on same

[jira] [Created] (CARBONDATA-1282) Query with large no of column gives codegeneration issue

2017-07-09 Thread Ashok Kumar (JIRA)
Ashok Kumar created CARBONDATA-1282: --- Summary: Query with large no of column gives codegeneration issue Key: CARBONDATA-1282 URL: https://issues.apache.org/jira/browse/CARBONDATA-1282 Project:

[GitHub] carbondata issue #1152: [WIP] Secure Dictionary Server Implementation

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

[GitHub] carbondata pull request #1152: [WIP] Secure Dictionary Server Implementation

2017-07-09 Thread sounakr
GitHub user sounakr opened a pull request: https://github.com/apache/carbondata/pull/1152 [WIP] Secure Dictionary Server Implementation Secure Dictionary Implementation Along with Non Secure. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] carbondata issue #1152: [WIP] Secure Dictionary Server Implementation

2017-07-09 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1152 Can one of the admins verify this patch? --- 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 issue #1152: [WIP] Secure Dictionary Server Implementation

2017-07-09 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1152 Can one of the admins verify this patch? --- 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 issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[jira] [Created] (CARBONDATA-1281) Disk hotspot found during data loading

2017-07-09 Thread xuchuanyin (JIRA)
xuchuanyin created CARBONDATA-1281: -- Summary: Disk hotspot found during data loading Key: CARBONDATA-1281 URL: https://issues.apache.org/jira/browse/CARBONDATA-1281 Project: CarbonData

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

2017-07-09 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1139 The tests are passed. Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328264 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328243 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328220 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328139 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/util/CommonUtil.scala --- @@ -188,7 +189,7 @@ object CommonUtil {

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328252 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328234 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328284 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/partition/PartitionFilterUtil.java --- @@ -264,4 +265,81 @@ public static BitSet

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328012 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126328001 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126327993 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126327975 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126327928 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/partition/RangeIntervalPartitioner.java --- @@ -0,0 +1,206 @@ +/* + * Licensed

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126327873 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/partition/PartitionFilterUtil.java --- @@ -264,4 +265,81 @@ public static BitSet

[GitHub] carbondata pull request #1105: [WIP] Implement range interval partition

2017-07-09 Thread lionelcao
Github user lionelcao commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1105#discussion_r126327814 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/partition/PartitionFilterUtil.java --- @@ -264,4 +265,81 @@ public static BitSet

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

2017-07-09 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1139 it seems the error has nothing to do with my modification. retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] carbondata issue #1149: [WIP]Implement hive based schema storage in carbon

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

[GitHub] carbondata issue #1149: [WIP]Implement hive based schema storage in carbon

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

[GitHub] carbondata pull request #1103: [WIP] Implement range interval partition

2017-07-09 Thread chenerlu
Github user chenerlu commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1103#discussion_r126324104 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/PartitionInfo.java --- @@ -47,6 +47,12 @@ */ private int

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1146: [WIP] Change Query related RDD to use TableInfo

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

[GitHub] carbondata issue #1125: [CarbonData-1250] Change default partition id & Add ...

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

[GitHub] carbondata issue #1125: [CarbonData-1250] Change default partition id & Add ...

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

[jira] [Commented] (CARBONDATA-1153) Can not add column

2017-07-09 Thread cen yuhai (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16079624#comment-16079624 ] cen yuhai commented on CARBONDATA-1153: --- I found the root cause, I don't have a

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

2017-07-09 Thread cenyuhai
Github user cenyuhai commented on the issue: https://github.com/apache/carbondata/pull/984 @chenliang613 can you review this pr? --- 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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

2017-07-09 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1139 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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

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

[GitHub] carbondata issue #1139: [CARBONDATA-1267] Add short_int case branch in delta...

2017-07-09 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/1139 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

[GitHub] carbondata issue #1115: [CARBONDATA-1247]Block pruning not working for date ...

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

[GitHub] carbondata issue #1115: [CARBONDATA-1247]Block pruning not working for date ...

2017-07-09 Thread BJangir
Github user BJangir commented on the issue: https://github.com/apache/carbondata/pull/1115 please retest --- 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,

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #1142: [CARBONDATA-1271] Enhanced Performance for Hive Inte...

2017-07-09 Thread cenyuhai
Github user cenyuhai commented on the issue: https://github.com/apache/carbondata/pull/1142 Can you provide performance benchmark? --- 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 issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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

[GitHub] carbondata issue #984: [CARBONDATA-1008] Make Caron table schema compatible ...

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