[GitHub] carbondata issue #1146: [CARBONDATA-1286] Change Query related RDD to use Ta...

2017-07-10 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/3013/ --- If your project is set up for it, you can reply to this email and have your

[GitHub] carbondata issue #1146: [CARBONDATA-1286] Change Query related RDD to use Ta...

2017-07-10 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/425/ --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126603309 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchema.java --- @@ -198,4 +201,28 @@ public PartitionInfo getPartiti

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126603356 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(String s

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126603318 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/WritableUtil.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Ap

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126603344 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(String s

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126598933 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java --- @@ -421,4 +418,67 @@ public boolean isSortCo

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126598615 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -208,17 +215,14 @@ public static void setSegmentsToAccess(Conf

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126598388 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -101,51 +109,50 @@ private static final String FILTER_P

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126598180 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -19,7 +19,14 @@ import java.io.File; import java.io.

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126597904 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/block/AbstractIndex.java --- @@ -69,7 +69,7 @@ public SegmentProperties getSegmentPro

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126597983 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(String s

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126597920 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java --- @@ -18,10 +18,14 @@ package org.apache.carbonda

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126598004 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(String s

[jira] [Resolved] (CARBONDATA-1289) remove a unused method in CarbonDataLoadingException

2017-07-10 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-1289. -- Resolution: Fixed > remove a unused method in CarbonDataLoadingException >

[GitHub] carbondata issue #1099: [CARBONDATA-1232] Datamap implementation for Blockle...

2017-07-10 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1099 LTGM. Test case failure is because of CI issue --- 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

[jira] [Assigned] (CARBONDATA-1274) add update and delete examples

2017-07-10 Thread anubhav tarar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anubhav tarar reassigned CARBONDATA-1274: - Assignee: anubhav tarar > add update and delete examples > -

[GitHub] carbondata pull request #1157: [CARBONDATA-1289] remove unused method

2017-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1157 --- 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 #1157: [CARBONDATA-1289] remove unused method

2017-07-10 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1157 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 f

[jira] [Closed] (CARBONDATA-1276) Owner name of delta files created after update/delete records operation in Beeline is spark2x instead of login user who performed delete operation

2017-07-10 Thread panner selvam velmyl (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] panner selvam velmyl closed CARBONDATA-1276. Resolution: Fixed > Owner name of delta files created after update/dele

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

2017-07-10 Thread anubhav100
Github user anubhav100 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/984#discussion_r126592144 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala --- @@ -195,11 +195,43 @@ case class Creat

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

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

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

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

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590815 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -208,17 +215,14 @@ public static void setSegmentsToAccess(C

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590721 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -101,51 +109,50 @@ private static final String FILTE

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590596 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -19,7 +19,14 @@ import java.io.File; import java.

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590547 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/WritableUtil.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590492 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java --- @@ -421,4 +418,67 @@ public boolean isSor

[GitHub] carbondata issue #1157: [CARBONDATA-1289] remove unused method

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

[GitHub] carbondata issue #1157: [CARBONDATA-1289] remove unused method

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

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590258 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableSchema.java --- @@ -198,4 +201,28 @@ public PartitionInfo getPart

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590183 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(Strin

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590134 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(Strin

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126590025 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(Strin

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126589927 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java --- @@ -206,4 +202,68 @@ public void setStorePath(Strin

[GitHub] carbondata issue #1157: [CARBONDATA-1289] remove unused method

2017-07-10 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1157 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 s

[jira] [Created] (CARBONDATA-1289) remove a unused method in CarbonDataLoadingException

2017-07-10 Thread czg516516 (JIRA)
czg516516 created CARBONDATA-1289: - Summary: remove a unused method in CarbonDataLoadingException Key: CARBONDATA-1289 URL: https://issues.apache.org/jira/browse/CARBONDATA-1289 Project: CarbonData

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

2017-07-10 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/422/ --- If your project is set up for it, you can reply to this email and have your repl

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

2017-07-10 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/3010/ --- If your project is set up for it, you can reply to this email and have your

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126588964 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java --- @@ -18,10 +18,14 @@ package org.apache.carbo

[GitHub] carbondata issue #1157: remove unused method

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

[GitHub] carbondata issue #1157: remove unused method

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

[GitHub] carbondata issue #1157: remove unused method

2017-07-10 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1157 test 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 so,

[GitHub] carbondata pull request #1146: [CARBONDATA-1286] Change Query related RDD to...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1146#discussion_r126587482 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/block/AbstractIndex.java --- @@ -69,7 +69,7 @@ public SegmentProperties getSegment

[GitHub] carbondata issue #1157: remove unused method

2017-07-10 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1157 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 f

[jira] [Created] (CARBONDATA-1288) Secure Dictionary Server Port

2017-07-10 Thread sounak chakraborty (JIRA)
sounak chakraborty created CARBONDATA-1288: -- Summary: Secure Dictionary Server Port Key: CARBONDATA-1288 URL: https://issues.apache.org/jira/browse/CARBONDATA-1288 Project: CarbonData

[GitHub] carbondata issue #1157: remove unused method

2017-07-10 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1157 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 f

[GitHub] carbondata pull request #1157: remove unused method

2017-07-10 Thread czg516516
GitHub user czg516516 opened a pull request: https://github.com/apache/carbondata/pull/1157 remove unused method remove unused method. no test case added. You can merge this pull request into a Git repository by running: $ git pull https://github.com/czg516516/carbondata fix A

[GitHub] carbondata issue #1157: remove unused method

2017-07-10 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1157 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 feature

[GitHub] carbondata issue #1157: remove unused method

2017-07-10 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/carbondata/pull/1157 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 feature

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

2017-07-10 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/1142 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 #1117: [CARBONDATA-757] Big decimal optimization

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

[GitHub] carbondata issue #1117: [CARBONDATA-757] Big decimal optimization

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

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

2017-07-10 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/419/ --- If your project is set up for it, you can reply to this email and have your repl

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

2017-07-10 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/1115 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/3007/ --- 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-10 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, or

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

2017-07-10 Thread cenyuhai
Github user cenyuhai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/984#discussion_r126469617 --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala --- @@ -195,11 +195,43 @@ case class CreateT

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

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

[GitHub] carbondata issue #1117: [CARBONDATA-757] Big decimal optimization

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

[GitHub] carbondata issue #1117: [CARBONDATA-757] Big decimal optimization

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

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

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

[GitHub] carbondata pull request #1117: [CARBONDATA-757] Big decimal optimization

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1117#discussion_r126456370 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/VarLengthColumnPageBase.java --- @@ -83,7 +84,59 @@ public void setByteArrayP

[GitHub] carbondata pull request #1117: [CARBONDATA-757] Big decimal optimization

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1117#discussion_r126456411 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/SafeFixLengthColumnPage.java --- @@ -99,6 +99,14 @@ public void putBytes(int

[GitHub] carbondata pull request #1117: [CARBONDATA-757] Big decimal optimization

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1117#discussion_r126456038 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java --- @@ -73,54 +82,58 @@ public int getPageSize() { re

[jira] [Updated] (CARBONDATA-1276) Owner name of delta files created after update/delete records operation in Beeline is spark2x instead of login user who performed delete operation

2017-07-10 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen updated CARBONDATA-1276: --- Fix Version/s: (was: 1.1.1) > Owner name of delta files created after update/delete r

[GitHub] carbondata issue #1099: [CARBONDATA-1232] Datamap implementation for Blockle...

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

[GitHub] carbondata issue #1099: [CARBONDATA-1232] Datamap implementation for Blockle...

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

[GitHub] carbondata issue #1102: [CARBONDATA-1098] Change page statistics use exact t...

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

[GitHub] carbondata issue #918: [CARBONDATA-1169] Support store input size / Record m...

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

[GitHub] carbondata issue #1102: [CARBONDATA-1098] Change page statistics use exact t...

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

[GitHub] carbondata issue #918: [CARBONDATA-1169] Support store input size / Record m...

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

[GitHub] carbondata issue #1102: [CARBONDATA-1098] Change page statistics use exact t...

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

[GitHub] carbondata pull request #1099: [CARBONDATA-1232] Datamap implementation for ...

2017-07-10 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1099#discussion_r126438727 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/DataMapStoreManager.java --- @@ -69,32 +72,54 @@ public TableDataMap getDataMap(A

[GitHub] carbondata issue #1147: [CARBONDATA-1277] Dictionary generation failure if t...

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

[GitHub] carbondata issue #1147: [CARBONDATA-1277] Dictionary generation failure if t...

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

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

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

[jira] [Resolved] (CARBONDATA-1229) Restrict Drop table if load is in progress

2017-07-10 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G resolved CARBONDATA-1229. -- Resolution: Fixed Fix Version/s: 1.2.0 > Restrict Drop table if load

[GitHub] carbondata issue #1147: [CARBONDATA-1277] Dictionary generation failure if t...

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

[GitHub] carbondata issue #1102: [CARBONDATA-1098] Change page statistics use exact t...

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

[GitHub] carbondata issue #1147: [CARBONDATA-1277] Dictionary generation failure if t...

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

[jira] [Updated] (CARBONDATA-1229) Restrict Drop table if load is in progress

2017-07-10 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1229: - Priority: Minor (was: Major) > Restrict Drop table if load is in progress >

[jira] [Updated] (CARBONDATA-1229) Restrict Drop table if load is in progress

2017-07-10 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1229: - Description: As drop table and dataload can be parallel, if table is dropped

[GitHub] carbondata issue #1153: [CARBONDATA-1229]acquired meta.lock during table dro...

2017-07-10 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/carbondata/pull/1153 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 #1149: [CARBONDATA-1284]Implement hive based schema storage...

2017-07-10 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/2998/ --- If your project is set up for it, you can reply to this email and have your

[GitHub] carbondata pull request #1148: [CARBONDATA-1282]Choose BatchedDatasource sca...

2017-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/1148 --- 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 pull request #1102: [CARBONDATA-1098] Change page statistics use ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r126428058 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/EncodedMeasurePage.java --- @@ -0,0 +1,88 @@ +/* + * Licensed t

[jira] [Updated] (CARBONDATA-1277) Dictionary generation failure if there is failure in closing output stream in HDFS

2017-07-10 Thread Manish Gupta (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manish Gupta updated CARBONDATA-1277: - Summary: Dictionary generation failure if there is failure in closing output stream i

[GitHub] carbondata pull request #1102: [CARBONDATA-1098] Change page statistics use ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r126427558 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/TablePage.java --- @@ -84,19 +112,28 @@ measurePage = new ColumnPage

[GitHub] carbondata pull request #1102: [CARBONDATA-1098] Change page statistics use ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r126428076 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/TablePage.java --- @@ -84,19 +112,28 @@ measurePage = new ColumnPage

[GitHub] carbondata issue #1149: [CARBONDATA-1284]Implement hive based schema storage...

2017-07-10 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/409/ --- If your project is set up for it, you can reply to this email and have your rep

[jira] [Created] (CARBONDATA-1286) Change query related RDD to use TableInfo

2017-07-10 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-1286: Summary: Change query related RDD to use TableInfo Key: CARBONDATA-1286 URL: https://issues.apache.org/jira/browse/CARBONDATA-1286 Project: CarbonData Issue

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

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

[jira] [Created] (CARBONDATA-1287) Remove unnecessary MDK generation in loading

2017-07-10 Thread Jacky Li (JIRA)
Jacky Li created CARBONDATA-1287: Summary: Remove unnecessary MDK generation in loading Key: CARBONDATA-1287 URL: https://issues.apache.org/jira/browse/CARBONDATA-1287 Project: CarbonData Iss

[GitHub] carbondata pull request #1102: [CARBONDATA-1098] Change page statistics use ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r126427005 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/statistics/ColumnPageStatsVO.java --- @@ -64,15 +63,6 @@ public ColumnPageStatsV

[GitHub] carbondata pull request #1102: [CARBONDATA-1098] Change page statistics use ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1102#discussion_r126426968 --- Diff: core/src/main/java/org/apache/carbondata/core/datastore/page/statistics/SimpleStatsResult.java --- @@ -15,9 +15,25 @@ * limitations und

[GitHub] carbondata pull request #1099: [CARBONDATA-1232] Datamap implementation for ...

2017-07-10 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1099#discussion_r126424329 --- Diff: core/src/main/java/org/apache/carbondata/core/indexstore/DataMapFactory.java --- @@ -0,0 +1,127 @@ +/* + * Licensed to the Apache Soft

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

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

[jira] [Resolved] (CARBONDATA-1267) Failure in data loading due to bugs in delta-integer-codec

2017-07-10 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-1267. -- Resolution: Fixed Fix Version/s: 1.2.0 > Failure in data loading due to bugs in delt

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

2017-07-10 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/2996/ --- 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-10 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/407/ --- If your project is set up for it, you can reply to this email and have your repl

  1   2   >