[GitHub] carbondata issue #1004: [CARBONDATA-1138] restrict duplicate column name in ...

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

[GitHub] carbondata issue #1015: [CARBONDATA-1151] Update useful-tips-on-carbondata.m...

2017-06-12 Thread sgururajshetty
Github user sgururajshetty commented on the issue: https://github.com/apache/carbondata/pull/1015 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

[GitHub] carbondata issue #1004: [CARBONDATA-1138] restrict duplicate column name in ...

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

[GitHub] carbondata issue #1025: [CARBONDATA-1165] solved bug for class cast exceptio...

2017-06-12 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1025 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 pull request #1025: [CARBONDATA-1165] solved bug for class cast e...

2017-06-12 Thread anubhav100
GitHub user anubhav100 opened a pull request: https://github.com/apache/carbondata/pull/1025 [CARBONDATA-1165] solved bug for class cast exception in intermediate file merger You can merge this pull request into a Git repository by running: $ git pull

[GitHub] carbondata issue #1024: [CARBONDATA-1064] Make column group feature deprecat...

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

[GitHub] carbondata issue #1024: [CARBONDATA-1064] Make column group feature deprecat...

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

[jira] [Updated] (CARBONDATA-1165) Class Cast exception in intermediate file merger when loading data

2017-06-12 Thread anubhav tarar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anubhav tarar updated CARBONDATA-1165: -- Summary: Class Cast exception in intermediate file merger when loading data (was:

[jira] [Created] (CARBONDATA-1165) Class Cast excpeyion in intermediate file merger when loading data

2017-06-12 Thread anubhav tarar (JIRA)
anubhav tarar created CARBONDATA-1165: - Summary: Class Cast excpeyion in intermediate file merger when loading data Key: CARBONDATA-1165 URL: https://issues.apache.org/jira/browse/CARBONDATA-1165

[GitHub] carbondata pull request #1024: [CARBONDATA-1064] Make column group feature d...

2017-06-12 Thread jackylk
GitHub user jackylk opened a pull request: https://github.com/apache/carbondata/pull/1024 [CARBONDATA-1064] Make column group feature deprecated After discussion in community

[jira] [Created] (CARBONDATA-1164) Make Column Group feature deprecated

2017-06-12 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-1164: Summary: Make Column Group feature deprecated Key: CARBONDATA-1164 URL: https://issues.apache.org/jira/browse/CARBONDATA-1164 Project: CarbonData Issue

[GitHub] carbondata pull request #1011: [carbondata-1149] Fix issue of mismatch type ...

2017-06-12 Thread chenerlu
Github user chenerlu closed the pull request at: https://github.com/apache/carbondata/pull/1011 --- 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 feature

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

2017-06-12 Thread chenerlu
Github user chenerlu commented on the issue: https://github.com/apache/carbondata/pull/1011 Same modify to PR1023, so close it --- 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 pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121580802 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/ColumnPageCodec.java --- @@ -21,15 +21,28 @@ /** *

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121580534 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/AdaptiveIntegerCodec.java --- @@ -0,0 +1,213 @@ +/* + *

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121580390 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/PrimitiveCodec.java --- @@ -0,0 +1,50 @@ +/* + * Licensed to the

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121579950 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -46,51 +62,157 @@ // The index of the rowId

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121579752 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -22,22 +22,38 @@ import java.util.BitSet;

[GitHub] carbondata issue #1023: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #1023: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #951: [CARBONDATA-1069] Fixed Compaction Failure issue on C...

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

[GitHub] carbondata issue #951: [CARBONDATA-1069] Fixed Compaction Failure issue on C...

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

[GitHub] carbondata issue #1023: [carbondata-1149] Fix issue of mismatch type of part...

2017-06-12 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1023 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 #1016: [CARBONDATA-1152] List partition not working properl...

2017-06-12 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/1016 @BJangir Spark 1.6 has same issue. can you check CarbonDDLSqlParser and fix it? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] carbondata pull request #1016: [CARBONDATA-1152] List partition not working ...

2017-06-12 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1016#discussion_r121578200 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/parser/CarbonSparkSqlParser.scala --- @@ -173,9 +173,20 @@ class

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #951: [CARBONDATA-1069] Fixed Compaction Failure issue on C...

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

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121577179 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -22,22 +22,38 @@ import java.util.BitSet;

[GitHub] carbondata pull request #1013: [CARBONDATA-1154] IUD Performance Changes

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1013 --- 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 feature

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1013 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

[GitHub] carbondata issue #1016: [CARBONDATA-1152] List partition not working properl...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1016 @BJangir Can you add testcase for it. --- 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 #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

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

[jira] [Created] (CARBONDATA-1162) After compact segments, data sorted in global level.

2017-06-12 Thread Yadong Qi (JIRA)
Yadong Qi created CARBONDATA-1162: - Summary: After compact segments, data sorted in global level. Key: CARBONDATA-1162 URL: https://issues.apache.org/jira/browse/CARBONDATA-1162 Project: CarbonData

[GitHub] carbondata pull request #1013: [CARBONDATA-1154] IUD Performance Changes

2017-06-12 Thread sounakr
Github user sounakr commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1013#discussion_r121572395 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -340,23 +340,37 @@ private static AbsoluteTableIdentifier

[jira] [Created] (CARBONDATA-1161) Generate one index file per segment to improve the performance of first query

2017-06-12 Thread Yadong Qi (JIRA)
Yadong Qi created CARBONDATA-1161: - Summary: Generate one index file per segment to improve the performance of first query Key: CARBONDATA-1161 URL: https://issues.apache.org/jira/browse/CARBONDATA-1161

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata pull request #1013: [CARBONDATA-1154] IUD Performance Changes

2017-06-12 Thread sounakr
Github user sounakr commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1013#discussion_r121572267 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/SegmentTaskIndexStore.java --- @@ -184,22 +184,29 @@ private SegmentTaskIndexWrapper

[jira] [Created] (CARBONDATA-1160) Use spark multi-threads model to load data

2017-06-12 Thread Yadong Qi (JIRA)
Yadong Qi created CARBONDATA-1160: - Summary: Use spark multi-threads model to load data Key: CARBONDATA-1160 URL: https://issues.apache.org/jira/browse/CARBONDATA-1160 Project: CarbonData

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #1020: [CARBONDATA-1155] Load query were failing if sort_co...

2017-06-12 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/1020 please rebase to resolve confilct --- 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 pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/987#discussion_r121509773 --- Diff: core/src/main/java/org/apache/carbondata/core/cache/dictionary/DoubleArrayTrieDictionary.java --- @@ -43,7 +43,7 @@ private static

[jira] [Resolved] (CARBONDATA-1159) Batch sort loading is not proper without synchronization

2017-06-12 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-1159. - Resolution: Fixed Fix Version/s: 1.1.1 1.2.0 >

[GitHub] carbondata pull request #1022: [CARBONDATA - 1159] Batch sort loading is not...

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1022 --- 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 feature

[GitHub] carbondata issue #1022: [CARBONDATA - 1159] Batch sort loading is not proper...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1022 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

[GitHub] carbondata issue #1022: [CARBONDATA - 1159] Batch sort loading is not proper...

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

[jira] [Resolved] (CARBONDATA-1092) alter table add column query should support no_inverted_index

2017-06-12 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-1092. - Resolution: Fixed Fix Version/s: 1.2.0 > alter table add column query

[GitHub] carbondata pull request #950: [CARBONDATA-1092] alter table should support n...

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/950 --- 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 feature is

[GitHub] carbondata issue #950: [CARBONDATA-1092] alter table should support no_inver...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/950 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

[GitHub] carbondata pull request #997: [CARBONDATA-1132] describe formatted query sho...

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/997 --- 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 feature is

[GitHub] carbondata issue #997: [CARBONDATA-1132] describe formatted query should dis...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/997 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

[GitHub] carbondata issue #1022: [CARBONDATA - 1159] Batch sort loading is not proper...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1022 add to whitelist --- 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 pull request #1013: [CARBONDATA-1154] IUD Performance Changes

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1013#discussion_r121486113 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -340,23 +340,37 @@ private static AbsoluteTableIdentifier

[GitHub] carbondata issue #1022: [CARBONDATA - 1159] Batch sort loading is not proper...

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

[GitHub] carbondata pull request #1022: [CARBONDATA - 1159] Batch sort loading is not...

2017-06-12 Thread dhatchayani
GitHub user dhatchayani opened a pull request: https://github.com/apache/carbondata/pull/1022 [CARBONDATA - 1159] Batch sort loading is not proper without synchronization You can merge this pull request into a Git repository by running: $ git pull

[GitHub] carbondata issue #1022: [CARBONDATA - 1159] Batch sort loading is not proper...

2017-06-12 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1022 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 pull request #1019: [CARBONDATA-1156]Improve IUD performance and ...

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1019 --- 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 feature

[GitHub] carbondata issue #1019: [CARBONDATA-1156]Improve IUD performance and fixed s...

2017-06-12 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/1019 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

[GitHub] carbondata issue #877: [CARBONDATA-951] create table ddl can specify a bitma...

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

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata pull request #1020: [CARBONDATA-1155] Load query were failing if ...

2017-06-12 Thread rahulforallp
Github user rahulforallp commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1020#discussion_r121440033 --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/sortcolumns/TestSortColumns.scala --- @@ -37,6

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #1020: [CARBONDATA-1155] Load query were failing if sort_co...

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

[GitHub] carbondata issue #1015: [CARBONDATA-1151] Update useful-tips-on-carbondata.m...

2017-06-12 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1015 @chenerlu please squash into one commit, and update the commit name "Create useful-tips-on-carbondata.md" --- If your project is set up for it, you can reply to this email and have your

[GitHub] carbondata issue #1019: [CARBONDATA-1156]Improve IUD performance and fixed s...

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

[GitHub] carbondata issue #1015: [CARBONDATA-1151] Update useful-tips-on-carbondata.m...

2017-06-12 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1015 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

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata issue #877: [CARBONDATA-951] create table ddl can specify a bitma...

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

[GitHub] carbondata issue #1003: [CARBONDATA-988] Added Presto benchmarking

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

[GitHub] carbondata issue #987: [CARBONDATA-1017] Add EncodingStrategy and use Column...

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

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #1013: [CARBONDATA-1154] IUD Performance Changes

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

[GitHub] carbondata issue #1019: [CARBONDATA-1156]Improve IUD performance and fixed s...

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

[GitHub] carbondata issue #1020: [CARBONDATA-1155] Load query were failing if sort_co...

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

[GitHub] carbondata issue #1003: [CARBONDATA-988] Added Presto benchmarking

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

[GitHub] carbondata pull request #1019: [CARBONDATA-1156]Improve IUD performance and ...

2017-06-12 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1019#discussion_r121399194 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/result/iterator/AbstractDetailQueryResultIterator.java --- @@ -126,6 +144,82 @@

[GitHub] carbondata issue #987: [CARBONDATA-1017] Add EncodingStrategy and use Column...

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

[GitHub] carbondata pull request #1001: [CARBONDATA-1135] Added partition column info...

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1001 --- 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 feature

[GitHub] carbondata pull request #184: [CARBONDATA-264]Fixed limit query scan time st...

2017-06-12 Thread kumarvishal09
Github user kumarvishal09 closed the pull request at: https://github.com/apache/carbondata/pull/184 --- 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 #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata issue #910: [WIP] Global sort by spark in load process

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

[GitHub] carbondata pull request #1019: [CARBONDATA-1156]Improve IUD performance and ...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1019#discussion_r121395234 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/result/iterator/AbstractDetailQueryResultIterator.java --- @@ -126,6 +144,82 @@

[GitHub] carbondata issue #992: [CARBONDATA-808] Added Example for Presto

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

[GitHub] carbondata issue #972: [CARBONDATA-1065] Added set command in carbon to upda...

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

[GitHub] carbondata pull request #1019: [CARBONDATA-1156]Improve IUD performance and ...

2017-06-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1019#discussion_r121390830 --- Diff: core/src/main/java/org/apache/carbondata/core/reader/CarbonDeleteFilesDataReader.java --- @@ -120,7 +122,53 @@ private void

[GitHub] carbondata issue #1011: [carbondata-1149] Fix issue of mismatch type of part...

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

[GitHub] carbondata issue #972: [CARBONDATA-1065] Added set command in carbon to upda...

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

  1   2   >