[jira] [Commented] (CARBONDATA-910) Implement Partition feature

2017-05-19 Thread xuchuanyin (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16018277#comment-16018277 ] xuchuanyin commented on CARBONDATA-910: --- As describe above, which OPTION will carbon use? >

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

2017-05-19 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/2114/ --- 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-19 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/890 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

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

2017-05-19 Thread cenyuhai
Github user cenyuhai commented on the issue: https://github.com/apache/carbondata/pull/890 why it will failed ? I test it in my mac, it is ok... --- 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

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

2017-05-19 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/2112/ --- 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-19 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/2110/ --- If your project is set up for it, you can reply to this email and have your

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

2017-05-19 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/carbondata/pull/927#discussion_r117488392 --- Diff: integration/spark-common/src/main/scala/org/apache/spark/sql/catalyst/CarbonDDLSqlParser.scala --- @@ -495,15 +495,36 @@ abstract class

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

2017-05-19 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/918#discussion_r117495284 --- Diff: core/src/main/java/org/apache/carbondata/core/scan/processor/AbstractDataBlockIterator.java --- @@ -102,6 +107,17 @@ public

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

2017-05-19 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/2109/ --- 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-19 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/2108/ --- 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-19 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/2107/ --- If your project is set up for it, you can reply to this email and have your

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

2017-05-19 Thread rahulforallp
GitHub user rahulforallp reopened 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

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

2017-05-19 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

[jira] [Resolved] (CARBONDATA-1070) Not In Filter Expression throwing NullPointer Exception

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

[jira] [Updated] (CARBONDATA-1070) Not In Filter Expression throwing NullPointer Exception

2017-05-19 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1070: - Description: Query containing Not In Filter Expression with null value is

[jira] [Updated] (CARBONDATA-1070) Not In Filter Expression throwing NullPointer Exception

2017-05-19 Thread Venkata Ramana G (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkata Ramana G updated CARBONDATA-1070: - Priority: Minor (was: Major) > Not In Filter Expression throwing

[GitHub] carbondata pull request #929: [CARBONDATA-1070]Not In Filter Expression Null...

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/929 --- 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 #929: [CARBONDATA-1070]Not In Filter Expression Null Value ...

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

[GitHub] carbondata issue #929: [CARBONDATA-1070]Not In Filter Expression Null Value ...

2017-05-19 Thread gvramana
Github user gvramana commented on the issue: https://github.com/apache/carbondata/pull/929 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 #929: [CARBONDATA-1070]Not In Filter Expression Null Value ...

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

[jira] [Updated] (CARBONDATA-1071) test cases of TestSortColumns class will never fails

2017-05-19 Thread anubhav tarar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anubhav tarar updated CARBONDATA-1071: -- Request participants: (was: ) Description: test("create table with

[jira] [Assigned] (CARBONDATA-1071) test cases of TestSortColumns class will never fails

2017-05-19 Thread anubhav tarar (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anubhav tarar reassigned CARBONDATA-1071: - Assignee: anubhav tarar > test cases of TestSortColumns class will never

[jira] [Created] (CARBONDATA-1071) test cases of TestSortColumns class will never fails

2017-05-19 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-1071: - Summary: test cases of TestSortColumns class will never fails Key: CARBONDATA-1071 URL: https://issues.apache.org/jira/browse/CARBONDATA-1071 Project: CarbonData

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

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

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

2017-05-19 Thread rahulforallp
Github user rahulforallp commented on a diff in the pull request: https://github.com/apache/carbondata/pull/927#discussion_r117447500 --- Diff: core/src/main/java/org/apache/carbondata/core/util/ByteUtil.java --- @@ -66,6 +66,26 @@ public static int compare(byte[] buffer1, byte[]

[GitHub] carbondata pull request #929: [CARBONDATA-1070]Not In Filter Expression Null...

2017-05-19 Thread sounakr
GitHub user sounakr opened a pull request: https://github.com/apache/carbondata/pull/929 [CARBONDATA-1070]Not In Filter Expression Null Value Handling Problem : Filter Test Case failure. a) Nullpointer Handling in Not Expression. b) LessThan Filter Expression : Wrong

[jira] [Created] (CARBONDATA-1070) Not In Filter Expression throwing NullPointer Exception

2017-05-19 Thread sounak chakraborty (JIRA)
sounak chakraborty created CARBONDATA-1070: -- Summary: Not In Filter Expression throwing NullPointer Exception Key: CARBONDATA-1070 URL: https://issues.apache.org/jira/browse/CARBONDATA-1070

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

2017-05-19 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/927 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2100/ --- 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-19 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/2099/ --- 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-19 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/927 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2098/ --- 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-19 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/927 Build Failed with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/2097/ --- If your project is set up for it, you can reply to this email and have your

[jira] [Commented] (CARBONDATA-1030) Support reading specified segment or carbondata file

2017-05-19 Thread Weizhong (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16017107#comment-16017107 ] Weizhong commented on CARBONDATA-1030: -- We can add

[GitHub] carbondata pull request #928: sync

2017-05-19 Thread xuchuanyin
Github user xuchuanyin closed the pull request at: https://github.com/apache/carbondata/pull/928 --- 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 #928: sync

2017-05-19 Thread xuchuanyin
GitHub user xuchuanyin opened a pull request: https://github.com/apache/carbondata/pull/928 sync Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[CARBONDATA-]

[GitHub] carbondata issue #745: [CARBONDATA-876] Clear segment access count ASAP

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

[jira] [Resolved] (CARBONDATA-938) 4. Detail filter query on partition column

2017-05-19 Thread Jacky Li (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-938. - Resolution: Fixed Fix Version/s: 1.2.0 > 4. Detail filter query on partition column >

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

2017-05-19 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/927#discussion_r117430177 --- Diff: processing/src/main/java/org/apache/carbondata/processing/store/CarbonFactDataHandlerColumnar.java --- @@ -1366,8 +1350,9 @@ public

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

2017-05-19 Thread kumarvishal09
Github user kumarvishal09 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/927#discussion_r117429668 --- Diff: core/src/main/java/org/apache/carbondata/core/util/ByteUtil.java --- @@ -66,6 +66,26 @@ public static int compare(byte[] buffer1, byte[]

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

2017-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/carbondata/pull/916 --- 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 #916: [CARBONDATA-938] Prune partitions for filter query on...

2017-05-19 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/916 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 #916: [CARBONDATA-938] Prune partitions for filter query on...

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

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

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

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

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

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

2017-05-19 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

[GitHub] carbondata pull request #864: [CARBONDATA-989] decompress error while load '...

2017-05-19 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

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

2017-05-19 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

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

2017-05-19 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 >

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

2017-05-19 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 >

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

2017-05-19 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] [Created] (CARBONDATA-1069) Compaction is not working

2017-05-19 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 issue #915: [CARBONDATA-946] Spark 2x tupleId support for IUD Fea...

2017-05-19 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

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

2017-05-19 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