[GitHub] carbondata issue #2397: [HOTFIX]ADD carbon.load.sortMemory.spill.percentage ...

2018-06-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2397 add to whitelist ---

[GitHub] carbondata issue #2334: [CARBONDATA-2515][CARBONDATA-2516] fixed Timestamp g...

2018-06-21 Thread sv71294
Github user sv71294 commented on the issue: https://github.com/apache/carbondata/pull/2334 @chenliang613 adding the test case to cover timestamp greater than expression issue ---

[GitHub] carbondata issue #2334: [CARBONDATA-2515][CARBONDATA-2516] fixed Timestamp g...

2018-06-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2334 For "[CARBONDATA-2515] OR filter Expression issue" , verified. ``` presto:default> select * from carbon_table where ID='No.11' and country='country0' and population > 100 or populati

[GitHub] carbondata issue #2334: [CARBONDATA-2515][CARBONDATA-2516] fixed Timestamp g...

2018-06-21 Thread chenliang613
Github user chenliang613 commented on the issue: https://github.com/apache/carbondata/pull/2334 @sv71294 thank you for your contribution. In this pr, i didn't find the test case to cover "Timestamp greaterthan expression" ---

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2393 I've tested it, it's OK. please refer to the description of this PR ---

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread jackylk
Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/2393 Have you tested using data generated by 1.4.0 and read by this PR, to ensure the backward compatibility? ---

[GitHub] carbondata issue #2396: [WIP][Complex DataType Enhancements] Projection Push...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2396 Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5297/ ---

[GitHub] carbondata issue #2384: [CARBONDATA-2608] SDK Support JSON data loading dire...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2384 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5296/ ---

[GitHub] carbondata issue #2397: [HOTFIX]ADD carbon.load.sortMemory.spill.percentage ...

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2397 Can one of the admins verify this patch? ---

[GitHub] carbondata issue #2397: [HOTFIX]ADD carbon.load.sortMemory.spill.percentage ...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2397 Can one of the admins verify this patch? ---

[GitHub] carbondata issue #2397: [HOTFIX]ADD carbon.load.sortMemory.spill.percentage ...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2397 Can one of the admins verify this patch? ---

[GitHub] carbondata pull request #2397: [HOTFIX]ADD carbon.load.sortMemory.spill.perc...

2018-06-21 Thread ndwangsen
GitHub user ndwangsen opened a pull request: https://github.com/apache/carbondata/pull/2397 [HOTFIX]ADD carbon.load.sortMemory.spill.percentage parameter invalid value check Be sure to do all of the following checklist to help us incorporate your contribution quickly and easil

[GitHub] carbondata issue #2384: [CARBONDATA-2608] SDK Support JSON data loading dire...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2384 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6465/ ---

[GitHub] carbondata issue #2396: [WIP][Complex DataType Enhancements] Projection Push...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2396 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6466/ ---

[GitHub] carbondata issue #2388: [WIP] Fix test on pr-2328

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2388 Merged along with PR 2328 ---

[GitHub] carbondata pull request #2388: [WIP] Fix test on pr-2328

2018-06-21 Thread ravipesala
Github user ravipesala closed the pull request at: https://github.com/apache/carbondata/pull/2388 ---

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197350528 --- Diff: store/sdk/src/main/java/org/apache/carbondata/util/JsonCarbonUtil.java --- @@ -0,0 +1,197 @@ +/* + * Licensed to the Apache Softwar

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197350393 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/JsonReader.java --- @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Softwar

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197350235 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/JsonCarbonWriter.java --- @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache S

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197350279 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/JsonCarbonWriter.java --- @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache S

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197350068 --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/JsonCarbonWriter.java --- @@ -0,0 +1,146 @@ +/* + * Licensed to the Apache S

[GitHub] carbondata issue #2396: [WIP] Complex data type enhancements

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2396 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5386/ ---

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197349708 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/jsoninput/JsonInputFormat.java --- @@ -0,0 +1,285 @@ +/* + * Lic

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197349453 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/jsoninput/JsonInputFormat.java --- @@ -0,0 +1,285 @@ +/* + * Lic

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197349384 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/jsoninput/JsonInputFormat.java --- @@ -0,0 +1,285 @@ +/* + * Lic

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197347203 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/jsoninput/JsonInputFormat.java --- @@ -0,0 +1,285 @@ +/* + * Lic

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197347008 --- Diff: processing/src/main/java/org/apache/carbondata/processing/loading/jsoninput/JsonInputFormat.java --- @@ -0,0 +1,285 @@ +/* + * Lic

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197346144 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -3116,5 +3117,48 @@ public static void setLocalDictColumnsToWrap

[GitHub] carbondata pull request #2384: [CARBONDATA-2608] SDK Support JSON data loadi...

2018-06-21 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2384#discussion_r197346188 --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java --- @@ -3116,5 +3117,48 @@ public static void setLocalDictColumnsToWrap

[GitHub] carbondata issue #2396: [WIP] Complex data type enhancements

2018-06-21 Thread Indhumathi27
Github user Indhumathi27 commented on the issue: https://github.com/apache/carbondata/pull/2396 Retest this please ---

[GitHub] carbondata issue #2391: [HOTFIX][CARBONDATA-2625] Optimize the performance o...

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2391 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5385/ ---

[GitHub] carbondata issue #2396: [WIP] Complex data type enhancements

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2396 Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5295/ ---

[GitHub] carbondata issue #2396: [WIP] Complex data type enhancements

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2396 Build Failed with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6464/ ---

[GitHub] carbondata issue #2384: [CARBONDATA-2608] SDK Support JSON data loading dire...

2018-06-21 Thread ajantha-bhat
Github user ajantha-bhat commented on the issue: https://github.com/apache/carbondata/pull/2384 retest this please ---

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2393 Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5292/ ---

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread CarbonDataQA
Github user CarbonDataQA commented on the issue: https://github.com/apache/carbondata/pull/2393 Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6461/ ---

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2393 SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5384/ ---

[jira] [Commented] (CARBONDATA-2523) MV DataMap not working for Aggregate Queries

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519993#comment-16519993 ] xubo245 commented on CARBONDATA-2523: - I test it in local machine and it's works

[jira] [Comment Edited] (CARBONDATA-2523) MV DataMap not working for Aggregate Queries

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519993#comment-16519993 ] xubo245 edited comment on CARBONDATA-2523 at 6/22/18 4:08 AM:

[jira] [Commented] (CARBONDATA-2339) 下标越界

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519992#comment-16519992 ] xubo245 commented on CARBONDATA-2339: - [~xuchuanyin]Please change the title to E

[jira] [Commented] (CARBONDATA-2340) load数据超过32000byte

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519991#comment-16519991 ] xubo245 commented on CARBONDATA-2340: - [~xuchuanyin]Please change the title to E

[GitHub] carbondata issue #2391: [HOTFIX][CARBONDATA-2625] Optimize the performance o...

2018-06-21 Thread xubo245
Github user xubo245 commented on the issue: https://github.com/apache/carbondata/pull/2391 retest SDV please ---

[jira] [Updated] (CARBONDATA-2515) Filter OR Expression not working properly in Presto integration

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen updated CARBONDATA-2515: --- Affects Version/s: (was: 1.4.0) 1.5.0 > Filter OR Expression

[jira] [Updated] (CARBONDATA-2516) Filter Greater-than for timestamp datatype not generating Expression in PrestoFilterUtil

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen updated CARBONDATA-2516: --- Fix Version/s: 1.4.1 1.5.0 > Filter Greater-than for timestamp dataty

[jira] [Updated] (CARBONDATA-2515) Filter OR Expression not working properly in Presto integration

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen updated CARBONDATA-2515: --- Affects Version/s: (was: 1.5.0) 1.4.0 > Filter OR Expression

[jira] [Assigned] (CARBONDATA-2515) Filter OR Expression not working properly in Presto integration

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen reassigned CARBONDATA-2515: -- Assignee: Sourabh Verma > Filter OR Expression not working properly in Presto int

[jira] [Updated] (CARBONDATA-2515) Filter OR Expression not working properly in Presto integration

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen updated CARBONDATA-2515: --- Fix Version/s: 1.5.0 > Filter OR Expression not working properly in Presto integration >

[GitHub] carbondata issue #2372: [CARBONDATA-2609] Change RPC implementation to Hadoo...

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2372 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5383/ ---

[jira] [Assigned] (CARBONDATA-2516) Filter Greater-than for timestamp datatype not generating Expression in PrestoFilterUtil

2018-06-21 Thread Liang Chen (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liang Chen reassigned CARBONDATA-2516: -- Assignee: Sourabh Verma > Filter Greater-than for timestamp datatype not generati

[GitHub] carbondata issue #2393: [CARBONDATA-2626] Fix bugs in sequence of column pag...

2018-06-21 Thread xuchuanyin
Github user xuchuanyin commented on the issue: https://github.com/apache/carbondata/pull/2393 retest this please ---

[jira] [Assigned] (CARBONDATA-2528) MV Datamap - When the MV is created with the order by, then when we execute the corresponding query defined in MV with order by, then the data is not accessed from

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2528: --- Assignee: xubo245 > MV Datamap - When the MV is created with the order by, then when we

[jira] [Updated] (CARBONDATA-2572) [MV] DataMap Choosing policy should be table size based not 1st Matched based

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2572: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] DataMap Cho

[jira] [Updated] (CARBONDATA-2565) [MV] Join Query Failed with MV data map

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2565: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Join Query

[jira] [Updated] (CARBONDATA-2568) [MV] MV datamap is not hit when ,column is in group by but not in projection

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2568: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] MV datamap

[jira] [Updated] (CARBONDATA-2523) MV DataMap not working for Aggregate Queries

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2523: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV DataMap not w

[jira] [Updated] (CARBONDATA-2551) [MV] Query failed when MV Datamap created with Expression in Aggregate

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2551: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Query faile

[jira] [Updated] (CARBONDATA-2550) [MV] Limit is ignored when data fetched from MV, Query rewrite is Wrong

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2550: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Limit is ig

[jira] [Updated] (CARBONDATA-2564) [MV] Query Failed when MV created when same name column used in both table

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2564: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Query Fail

[jira] [Updated] (CARBONDATA-2535) [MV] Query Failed in MV datamap when Having is used in query.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2535: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Query Faile

[jira] [Updated] (CARBONDATA-2531) [MV] MV not hit when alias is in use

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2531: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] MV not hit

[jira] [Updated] (CARBONDATA-2542) MV creation is failed for other than default database

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2542: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV creation is f

[jira] [Updated] (CARBONDATA-2544) [MV] Wrong data displayed with Filter

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2544: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Wrong data

[jira] [Updated] (CARBONDATA-2530) [MV] Wrong data displayed when parent table data are loaded

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2530: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] Wrong data

[jira] [Updated] (CARBONDATA-2580) MV Datamap - Cannot create two MV`s with same name in different databases.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2580: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Datamap - Can

[jira] [Updated] (CARBONDATA-2527) [MV] MV not selected when Session/Driver relaunched

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2527: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > [MV] MV not sele

[jira] [Updated] (CARBONDATA-2574) MV Datamap - MV is not working if there is aggregate function with group by and without any projections.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2574: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Datamap - MV

[jira] [Updated] (CARBONDATA-2576) MV Datamap - MV is not working fine if there is more than 3 aggregate function in the same datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2576: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Datamap - MV

[jira] [Updated] (CARBONDATA-2541) MV Dataset - When MV satisfy filter condition but not exact same condition given during MV creation, then the user query is not accessing the data from MV.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2541: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Dataset - Whe

[jira] [Updated] (CARBONDATA-2539) MV Dataset - Subqueries is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2539: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Dataset - Sub

[jira] [Updated] (CARBONDATA-2537) MV Dataset - User queries with 'having' condition is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2537: Issue Type: Bug (was: Sub-task) Parent: (was: CARBONDATA-2628) > MV Dataset - Use

[jira] [Updated] (CARBONDATA-2537) MV Dataset - User queries with 'having' condition is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2537: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Dataset - User queries w

[GitHub] carbondata issue #2391: [HOTFIX][CARBONDATA-2625] Optimize the performance o...

2018-06-21 Thread ravipesala
Github user ravipesala commented on the issue: https://github.com/apache/carbondata/pull/2391 SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/5382/ ---

[jira] [Updated] (CARBONDATA-2539) MV Dataset - Subqueries is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2539: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Dataset - Subqueries is

[jira] [Assigned] (CARBONDATA-2539) MV Dataset - Subqueries is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2539: --- Assignee: xubo245 > MV Dataset - Subqueries is not accessing the data from the MV datam

[jira] [Assigned] (CARBONDATA-2537) MV Dataset - User queries with 'having' condition is not accessing the data from the MV datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2537: --- Assignee: xubo245 > MV Dataset - User queries with 'having' condition is not accessing

[jira] [Updated] (CARBONDATA-2541) MV Dataset - When MV satisfy filter condition but not exact same condition given during MV creation, then the user query is not accessing the data from MV.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2541: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Dataset - When MV satisf

[jira] [Assigned] (CARBONDATA-2541) MV Dataset - When MV satisfy filter condition but not exact same condition given during MV creation, then the user query is not accessing the data from MV.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2541: --- Assignee: xubo245 > MV Dataset - When MV satisfy filter condition but not exact same co

[jira] [Assigned] (CARBONDATA-2574) MV Datamap - MV is not working if there is aggregate function with group by and without any projections.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2574: --- Assignee: xubo245 > MV Datamap - MV is not working if there is aggregate function with

[jira] [Updated] (CARBONDATA-2576) MV Datamap - MV is not working fine if there is more than 3 aggregate function in the same datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2576: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Datamap - MV is not work

[jira] [Updated] (CARBONDATA-2574) MV Datamap - MV is not working if there is aggregate function with group by and without any projections.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2574: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Datamap - MV is not work

[jira] [Assigned] (CARBONDATA-2580) MV Datamap - Cannot create two MV`s with same name in different databases.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2580: --- Assignee: xubo245 > MV Datamap - Cannot create two MV`s with same name in different dat

[jira] [Assigned] (CARBONDATA-2576) MV Datamap - MV is not working fine if there is more than 3 aggregate function in the same datamap.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2576: --- Assignee: xubo245 > MV Datamap - MV is not working fine if there is more than 3 aggrega

[jira] [Updated] (CARBONDATA-2580) MV Datamap - Cannot create two MV`s with same name in different databases.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2580: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV Datamap - Cannot create

[jira] [Assigned] (CARBONDATA-2527) [MV] MV not selected when Session/Driver relaunched

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2527: --- Assignee: xubo245 > [MV] MV not selected when Session/Driver relaunched > -

[jira] [Updated] (CARBONDATA-2530) [MV] Wrong data displayed when parent table data are loaded

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2530: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] Wrong data displayed w

[jira] [Updated] (CARBONDATA-2527) [MV] MV not selected when Session/Driver relaunched

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2527: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] MV not selected when S

[jira] [Assigned] (CARBONDATA-2530) [MV] Wrong data displayed when parent table data are loaded

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2530: --- Assignee: xubo245 > [MV] Wrong data displayed when parent table data are loaded >

[jira] [Updated] (CARBONDATA-2531) [MV] MV not hit when alias is in use

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2531: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] MV not hit when alias

[jira] [Updated] (CARBONDATA-2535) [MV] Query Failed in MV datamap when Having is used in query.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2535: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] Query Failed in MV da

[jira] [Assigned] (CARBONDATA-2535) [MV] Query Failed in MV datamap when Having is used in query.

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2535: --- Assignee: xubo245 > [MV] Query Failed in MV datamap when Having is used in query. > --

[jira] [Assigned] (CARBONDATA-2531) [MV] MV not hit when alias is in use

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2531: --- Assignee: xubo245 > [MV] MV not hit when alias is in use >

[jira] [Updated] (CARBONDATA-2544) [MV] Wrong data displayed with Filter

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2544: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] Wrong data displayed w

[jira] [Assigned] (CARBONDATA-2542) MV creation is failed for other than default database

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2542: --- Assignee: xubo245 > MV creation is failed for other than default database > ---

[jira] [Updated] (CARBONDATA-2542) MV creation is failed for other than default database

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2542: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > MV creation is failed for o

[jira] [Assigned] (CARBONDATA-2572) [MV] DataMap Choosing policy should be table size based not 1st Matched based

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2572: --- Assignee: xubo245 > [MV] DataMap Choosing policy should be table size based not 1st Mat

[jira] [Updated] (CARBONDATA-2550) [MV] Limit is ignored when data fetched from MV, Query rewrite is Wrong

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2550: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] Limit is ignored when

[jira] [Assigned] (CARBONDATA-2544) [MV] Wrong data displayed with Filter

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2544: --- Assignee: xubo245 > [MV] Wrong data displayed with Filter > --

[jira] [Updated] (CARBONDATA-2551) [MV] Query failed when MV Datamap created with Expression in Aggregate

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 updated CARBONDATA-2551: Issue Type: Sub-task (was: Bug) Parent: CARBONDATA-2628 > [MV] Query failed when MV D

[jira] [Assigned] (CARBONDATA-2550) [MV] Limit is ignored when data fetched from MV, Query rewrite is Wrong

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2550: --- Assignee: xubo245 > [MV] Limit is ignored when data fetched from MV, Query rewrite is W

[jira] [Assigned] (CARBONDATA-2551) [MV] Query failed when MV Datamap created with Expression in Aggregate

2018-06-21 Thread xubo245 (JIRA)
[ https://issues.apache.org/jira/browse/CARBONDATA-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xubo245 reassigned CARBONDATA-2551: --- Assignee: xubo245 > [MV] Query failed when MV Datamap created with Expression in Aggreg

  1   2   3   >