[GitHub] carbondata pull request #922: [CARBONDATA-1062] Data load fails if a column ...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/922 --- 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

[jira] [Resolved] (CARBONDATA-1062) Data load fails if a column specified as sort column is of numeric data type

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G resolved CARBONDATA-1062. -- Resolution: Fixed > Data load fails if a column specified as sort column is

[jira] [Commented] (CARBONDATA-1062) Data load fails if a column specified as sort column is of numeric data type

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015358#comment-16015358 ] Venkata Ramana G commented on CARBONDATA-1062: -- [~pallavisingh_09] This

[GitHub] carbondata pull request #925: [CARBONDATA-1064] Updated null check for right...

2017-05-18 Thread kunal642
GitHub user kunal642 opened a pull request: https://github.com/apache/carbondata/pull/925 [CARBONDATA-1064] Updated null check for right expression in not in expression Analysis: Right expression value was null in NotInExpression which cased the select query to throw NullPointerExc

[GitHub] carbondata issue #925: [CARBONDATA-1064] Updated null check for right expres...

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

[GitHub] carbondata issue #925: [CARBONDATA-1064] Updated null check for right expres...

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

[GitHub] carbondata issue #925: [CARBONDATA-1064] Updated null check for right expres...

2017-05-18 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/carbondata/pull/925 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

[GitHub] carbondata issue #924: [CARBONDATA-1063] NullPointerException is thrown if m...

2017-05-18 Thread nareshpr
Github user nareshpr commented on the issue: https://github.com/apache/carbondata/pull/924 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

[GitHub] carbondata pull request #925: [CARBONDATA-1064] Updated null check for right...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/925 --- 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 #924: [CARBONDATA-1063] NullPointerException is thrown if m...

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

[jira] [Updated] (CARBONDATA-1064) Fix NullPointerException in Not InExpression

2017-05-18 Thread Kunal Kapoor (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Kapoor updated CARBONDATA-1064: - Summary: Fix NullPointerException in Not InExpression (was: restrict measures in no_

[jira] [Updated] (CARBONDATA-1064) Fix NullPointerException in Not InExpression

2017-05-18 Thread Kunal Kapoor (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kunal Kapoor updated CARBONDATA-1064: - Description: select * from expression_test where id not in (1,2,'', NULL, ' ') In th

[GitHub] carbondata issue #924: [CARBONDATA-1063] NullPointerException is thrown if m...

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

[GitHub] carbondata issue #924: [CARBONDATA-1063] NullPointerException is thrown if m...

2017-05-18 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/carbondata/pull/924 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

[GitHub] carbondata pull request #924: [CARBONDATA-1063] NullPointerException is thro...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/924 --- 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

[jira] [Updated] (CARBONDATA-1063) When multi user perform concurrent operations like load, show segments NullPointerException is getting thrown

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1063: - Description: User1 in beeline terminal1 performs below operation 1) Create ta

[jira] [Resolved] (CARBONDATA-1063) When multi user perform concurrent operations like load, show segments NullPointerException is getting thrown

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G resolved CARBONDATA-1063. -- Resolution: Fixed Fix Version/s: 1.2.0 > When multi user perform con

[jira] [Updated] (CARBONDATA-1063) When multi user perform concurrent operations like show segments NullPointerException is getting thrown

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1063: - Summary: When multi user perform concurrent operations like show segments Nul

[jira] [Assigned] (CARBONDATA-1065) Implement set command in carbon to update carbon properties dynamically

2017-05-18 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala reassigned CARBONDATA-1065: --- Assignee: Ravindra Pesala > Implement set command in carbon to update ca

[jira] [Created] (CARBONDATA-1065) Implement set command in carbon to update carbon properties dynamically

2017-05-18 Thread Ravindra Pesala (JIRA)
Ravindra Pesala created CARBONDATA-1065: --- Summary: Implement set command in carbon to update carbon properties dynamically Key: CARBONDATA-1065 URL: https://issues.apache.org/jira/browse/CARBONDATA-1065

[GitHub] carbondata pull request #926: Added set command in carbon to update properti...

2017-05-18 Thread ravipesala
GitHub user ravipesala opened a pull request: https://github.com/apache/carbondata/pull/926 Added set command in carbon to update properties dynamically The below sql command updates the carbon properties in driver and as well as in executor dynamically in memory. ``` set ke

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

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

[jira] [Created] (CARBONDATA-1066) measure shouldn't supported in no_inverted_index

2017-05-18 Thread Rahul Kumar (JIRA)
Rahul Kumar created CARBONDATA-1066: --- Summary: measure shouldn't supported in no_inverted_index Key: CARBONDATA-1066 URL: https://issues.apache.org/jira/browse/CARBONDATA-1066 Project: CarbonData

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117213526 --- Diff: core/src/main/java/org/apache/carbondata/core/util/DataTypeUtil.java --- @@ -292,7 +292,7 @@ public static Object getDataBasedOnDataType(

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117211876 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -522,4 +522,16 @@ public static Strin

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117212700 --- Diff: core/src/main/java/org/apache/carbondata/core/keygenerator/directdictionary/timestamp/TimeStampDirectDictionaryGenerator.java --- @@ -16

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117212427 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -522,4 +522,16 @@ public static Strin

[jira] [Assigned] (CARBONDATA-1066) measure shouldn't supported in no_inverted_index

2017-05-18 Thread Rahul Kumar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Kumar reassigned CARBONDATA-1066: --- Assignee: Rahul Kumar > measure shouldn't supported in no_inverted_index >

[GitHub] carbondata issue #899: [CARBONDATA-1034] FilterUnsupportedException thrown f...

2017-05-18 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/carbondata/pull/899 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] [Updated] (CARBONDATA-1066) measure shouldn't supported in no_inverted_index

2017-05-18 Thread Rahul Kumar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Kumar updated CARBONDATA-1066: Description: 1. Measure shouldn't supported inside no_inverted_index , if it is not inc

[GitHub] carbondata pull request #899: [CARBONDATA-1034] FilterUnsupportedException t...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/899 --- 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

[jira] [Resolved] (CARBONDATA-1034) FilterUnsupportedException thrown for select from table where = filter for int column has negative of value larger than int max range

2017-05-18 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G resolved CARBONDATA-1034. -- Resolution: Fixed Assignee: Ravindra Pesala Fix Version/s: 1

[jira] [Created] (CARBONDATA-1067) can't update delete successfully using spark2.1+carbon1.1.0

2017-05-18 Thread sehriff (JIRA)
sehriff created CARBONDATA-1067: --- Summary: can't update delete successfully using spark2.1+carbon1.1.0 Key: CARBONDATA-1067 URL: https://issues.apache.org/jira/browse/CARBONDATA-1067 Project: CarbonData

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread mohammadshahidkhan
Github user mohammadshahidkhan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117234672 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -522,4 +522,16 @@ public static

[jira] [Updated] (CARBONDATA-1066) measure shouldn't supported in no_inverted_index

2017-05-18 Thread Rahul Kumar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Kumar updated CARBONDATA-1066: Description: 1. Measure shouldn't supported inside no_inverted_index , if it is not inc

[GitHub] carbondata pull request #909: [CARBONDATA-1049] avoid logging raw data into ...

2017-05-18 Thread mohammadshahidkhan
Github user mohammadshahidkhan commented on a diff in the pull request: https://github.com/apache/carbondata/pull/909#discussion_r117235499 --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java --- @@ -522,4 +522,16 @@ public static

[GitHub] carbondata pull request #927: [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for ...

2017-05-18 Thread rahulforallp
GitHub user rahulforallp opened a pull request: https://github.com/apache/carbondata/pull/927 [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for other table properties and NPE in compaction 1. Measure shouldn't supported inside no_inverted_index , if it is not included in sort

[jira] [Created] (CARBONDATA-1068) Error occur while executing select query "local class incompatible: stream classdesc serialVersionUID"

2017-05-18 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-1068: - Summary: Error occur while executing select query "local class incompatible: stream classdesc serialVersionUID" Key: CARBONDATA-1068 URL: https://issues.apache.org/jira/browse/C

[GitHub] carbondata issue #927: [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for other t...

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

[GitHub] carbondata issue #927: [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for other t...

2017-05-18 Thread rahulforallp
Github user rahulforallp commented on the issue: https://github.com/apache/carbondata/pull/927 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 wish

[GitHub] carbondata issue #927: [CARBONDATA-1066] Fixed NO_INVERTED_INDEX for other t...

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

[GitHub] carbondata issue #890: [CARBONDATA-1008] Make Hive table schema compatible w...

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

[GitHub] carbondata issue #890: [CARBONDATA-1008] Make Hive table schema compatible w...

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

[GitHub] carbondata issue #890: [CARBONDATA-1008] Make Hive table schema compatible w...

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

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

2017-05-18 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/821 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 wish

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

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

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

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

[GitHub] carbondata issue #918: [WIP] Support add store read size metrics for carbon ...

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

[GitHub] carbondata issue #918: [WIP] Support add store read size metrics for carbon ...

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

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

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

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117146059 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/FilterExpressionProcessor.java --- @@ -137,6 +155,119 @@ public FilterResolverIntf

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117386887 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/partition/DefaultPartitionFilterImpl.java --- @@ -0,0 +1,43 @@ +/* + * Licen

[GitHub] carbondata pull request #926: [CARBONDATA-1065] Added set command in carbon ...

2017-05-18 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/926#discussion_r117387250 --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/NewCarbonDataLoadRDD.scala --- @@ -125,12 +126,16 @@ class SparkPar

[GitHub] carbondata pull request #926: [CARBONDATA-1065] Added set command in carbon ...

2017-05-18 Thread xuchuanyin
Github user xuchuanyin commented on a diff in the pull request: https://github.com/apache/carbondata/pull/926#discussion_r117387683 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/hive/execution/command/CarbonHiveCommands.scala --- @@ -53,3 +55,15 @@ private[hive]

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117387947 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -255,11 +258,32 @@ private static AbsoluteTableIdentifier getA

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

2017-05-18 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/926 Hi, I have the following questions: Will these properties ... 1. be in effect only in current session or until the node restarts ? `(Effective Scope)` 2. be logged i

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread jackylk
Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117388756 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -255,11 +258,32 @@ private static AbsoluteTableIdentifier getA

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

2017-05-18 Thread QiangCai
Github user QiangCai commented on the issue: https://github.com/apache/carbondata/pull/821 @anubhav100 please push empty commit to run jinkens CI again. --- 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 doe

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117394103 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -255,11 +258,32 @@ private static AbsoluteTableIdentifier get

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117394238 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/CarbonInputFormat.java --- @@ -255,11 +258,32 @@ private static AbsoluteTableIdentifier get

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117394297 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/FilterExpressionProcessor.java --- @@ -137,6 +155,119 @@ public FilterResolverIntf

[GitHub] carbondata pull request #916: [CARBONDATA-938] Prune partitions for filter q...

2017-05-18 Thread QiangCai
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/carbondata/pull/916#discussion_r117395210 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/filter/partition/DefaultPartitionFilterImpl.java --- @@ -0,0 +1,43 @@ +/* + * Lice

[GitHub] carbondata issue #916: [CARBONDATA-938] Prune partitions for filter query on...

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

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

2017-05-18 Thread anubhav100
Github user anubhav100 commented on the issue: https://github.com/apache/carbondata/pull/821 @QiangCai i pushed the empty commit --- 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 e

[jira] [Commented] (CARBONDATA-1067) can't update delete successfully using spark2.1+carbon1.1.0

2017-05-18 Thread SWATI RAO (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016930#comment-16016930 ] SWATI RAO commented on CARBONDATA-1067: --- [~Sehriff] This functionality is curre

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

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

[GitHub] carbondata issue #821: [CARBONDATA-921] resolved bug for unable to select ou...

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

[GitHub] carbondata issue #915: [CARBONDATA-946] Spark 2x tupleId support for IUD Fea...

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

[jira] [Created] (CARBONDATA-1069) Compaction is not working

2017-05-18 Thread manoj mathpal (JIRA)
manoj mathpal created CARBONDATA-1069: - Summary: Compaction is not working Key: CARBONDATA-1069 URL: https://issues.apache.org/jira/browse/CARBONDATA-1069 Project: CarbonData Issue Type:

[GitHub] carbondata pull request #915: [CARBONDATA-946] Spark 2x tupleId support for ...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/915 --- 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

[jira] [Assigned] (CARBONDATA-946) TUPLEID implicit column support in spark 2.1

2017-05-18 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala reassigned CARBONDATA-946: -- Assignee: Naresh P R > TUPLEID implicit column support in spark 2.1 > -

[jira] [Resolved] (CARBONDATA-946) TUPLEID implicit column support in spark 2.1

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

[GitHub] carbondata issue #864: [CARBONDATA-989] decompress error while load 'gz' and...

2017-05-18 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/864 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 pull request #864: [CARBONDATA-989] decompress error while load '...

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/864 --- 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

[jira] [Resolved] (CARBONDATA-989) decompressing error while load 'gz' and 'bz2' data into table

2017-05-18 Thread Ravindra Pesala (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravindra Pesala resolved CARBONDATA-989. Resolution: Fixed Assignee: Ran Mingxuan Fix Version/s: 1.1.1

[jira] [Commented] (CARBONDATA-1067) can't update delete successfully using spark2.1+carbon1.1.0

2017-05-18 Thread Zhichao Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16016968#comment-16016968 ] Zhichao Zhang commented on CARBONDATA-1067: Updating and Deleting are no