[GitHub] incubator-carbondata issue #788: [CARBONDATA-914] Clear BTree and Dictionary...

2017-04-13 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/788 https://issues.apache.org/jira/browse/CARBONDATA-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

[GitHub] incubator-carbondata pull request #788: [CARBONDATA-914] Clear BTree and Dic...

2017-04-13 Thread manishgupta88
GitHub user manishgupta88 reopened a pull request: https://github.com/apache/incubator-carbondata/pull/788 [CARBONDATA-914] Clear BTree and Dictionary instances from LRU cache on table drop Changes includes: 1. Support cleaning of BTree and dictionary instances when a table is

[GitHub] incubator-carbondata pull request #788: [CARBONDATA-914] Clear BTree and Dic...

2017-04-13 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/788 --- 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] incubator-carbondata issue #777: [CARBONDATA-863] Moved AlterTableAddColumnR...

2017-04-13 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/777 @kunal642 In AlterTableCommands.scala move all the lock acquiring logic inside try block --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-carbondata pull request #788: [CARBONDATA-914] Clear BTree and Dic...

2017-04-12 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/788 [CARBONDATA-914] Clear BTree and Dictionary instances from LRU cache on table drop After drop table dictionary and BTree instances are not getting cleared from driver memory

[GitHub] incubator-carbondata pull request #781: [CARBONDATA-900] Is null query on a ...

2017-04-11 Thread manishgupta88
GitHub user manishgupta88 reopened a pull request: https://github.com/apache/incubator-carbondata/pull/781 [CARBONDATA-900] Is null query on a newly added measure column is not returning proper results Analysis: When is null query is executed on newly added measure column

[GitHub] incubator-carbondata pull request #781: [CARBONDATA-900] Is null query on a ...

2017-04-11 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/781 --- 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] incubator-carbondata pull request #781: [CARBONDATA-900] Is null query on a ...

2017-04-11 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/781 [CARBONDATA-900] Is null query on a newly added measure column is not returning proper results Analysis: When is null query is executed on newly added measure column

[GitHub] incubator-carbondata issue #727: [CARBONDATA-846] Added support to revert ch...

2017-04-06 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/727 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

[GitHub] incubator-carbondata issue #727: [CARBONDATA-846] Added support to revert ch...

2017-04-06 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/727 @kunal642 change column name to column ID for every check in the revert methods --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-carbondata issue #703: [CARBONDATA-780] Alter table support for co...

2017-04-06 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/703 @ravipesala fixed review comments...kindly review and merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-carbondata pull request #703: [CARBONDATA-780] Alter table support...

2017-04-06 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/703#discussion_r110108215 --- Diff: integration/spark-common/src/main/java/org/apache/carbondata/spark/merger/CarbonCompactionUtil.java --- @@ -351,4 +351,33

[GitHub] incubator-carbondata pull request #735: [CARBONDATA-870] Folders and files n...

2017-04-05 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/735 [CARBONDATA-870] Folders and files not getting cleaned up created locally during data load operation Changes done: 1. Clean up of folders created locally during data load

[GitHub] incubator-carbondata pull request #733: [CARBONDATA-863] Support creation an...

2017-04-05 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/733 --- 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] incubator-carbondata pull request #733: [CARBONDATA-863] Support creation an...

2017-04-05 Thread manishgupta88
GitHub user manishgupta88 reopened a pull request: https://github.com/apache/incubator-carbondata/pull/733 [CARBONDATA-863] Support creation and deletion of dictionary files through RDD during alter add and drop Changes done: 1. Support creation and deletion of dictionary files

[GitHub] incubator-carbondata pull request #733: [CARBONDATA-863] Support creation an...

2017-04-05 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/733 [CARBONDATA-863] Support creation and deletion of dictionary files through RDD during alter add and drop Changes done: 1. Support creation and deletion of dictionary files

[GitHub] incubator-carbondata pull request #703: [CARBONDATA-780] Alter table support...

2017-03-27 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/703 [CARBONDATA-780] Alter table support for compaction through sort step Alter table need to support compaction process where complete data need to be sorted again and then written

[GitHub] incubator-carbondata pull request #683: [CARBONDATA-803] Incorrect results r...

2017-03-21 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/683 [CARBONDATA-803] Incorrect results returned by not equal to filter on dictionary column with numeric data type Problem: Whenever a not equal to filter is applied on dictionary

[GitHub] incubator-carbondata issue #683: [CARBONDATA-803] Incorrect results returned...

2017-03-21 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/683 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

[GitHub] incubator-carbondata pull request #676: [CARBONDATA-797] Data loss for BigIn...

2017-03-20 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/676 [CARBONDATA-797] Data loss for BigInt datatype if data contains long max and min values When data contains long max and min values for a measure column with bigInt datatype

[GitHub] incubator-carbondata pull request #662: [CARBONDATA-786] FIxed Data mismatch...

2017-03-19 Thread manishgupta88
Github user manishgupta88 closed the pull request at: https://github.com/apache/incubator-carbondata/pull/662 --- 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] incubator-carbondata pull request #662: [CARBONDATA-786] FIxed Data mismatch...

2017-03-16 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/662 [CARBONDATA-786] FIxed Data mismatch if the data data is loaded across blocklet groups There is a issue in min/max calculation of blocklet groups, that is why the data scan is

[GitHub] incubator-carbondata issue #641: [CARBONDATA-777] Alter table support for sp...

2017-03-16 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/641 @gvramana ...Fixed test cases failure in spark1.6.2. Please refer the below link http://136.243.101.176:8080/job/ManualApacheCarbonPRBuilder2.1/112/ For spark-2.1

[GitHub] incubator-carbondata issue #641: [CARBONDATA-767] Alter table support for ca...

2017-03-15 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/641 @gvramana ...Handled all review comments and all the test cases are passing. Please refer the below link. kindly review and merge --- If your project is set up for it, you

[GitHub] incubator-carbondata pull request #641: [WIP] Alter table support for carbon...

2017-03-09 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/641 [WIP] Alter table support for carbondata As part of this PR following features will be supported. 1. Support alter table result preparation. 2. Support reading data

[GitHub] incubator-carbondata pull request #562: [CARBONDATA-668] Dataloads fail when...

2017-01-20 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/562 [CARBONDATA-668] Dataloads fail when no. of column in load query is greater than the no. of column in create table Problem: Dataloads fail when no. of column in load query is

[GitHub] incubator-carbondata issue #526: [CARBONDATA-629] Issue with database name c...

2017-01-12 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/526 @ravipesala Added test case. Please review and merge --- 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

[GitHub] incubator-carbondata pull request #526: [CARBONDATA-629] Issue with database...

2017-01-12 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/526 [CARBONDATA-629] Issue with database name case sensitivity **Analysis:** When database name is provided in any DDL/DML command, the database name is interpreted and used in the

[GitHub] incubator-carbondata pull request #492: [CARBONDATA-440] Providing the updat...

2017-01-06 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/492#discussion_r94942075 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -199,6 +199,16

[GitHub] incubator-carbondata pull request #492: [CARBONDATA-440] Providing the updat...

2017-01-06 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/492#discussion_r94937615 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/datastore/TableSegmentUniqueIdentifier.java --- @@ -101,10 +102,17

[GitHub] incubator-carbondata pull request #492: [CARBONDATA-440] Providing the updat...

2017-01-06 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/492#discussion_r94937003 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/datastore/SegmentTaskIndexStore.java --- @@ -185,15 +210,25 @@ private

[GitHub] incubator-carbondata pull request #492: [CARBONDATA-440] Providing the updat...

2017-01-04 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/492#discussion_r94584912 --- Diff: core/src/main/java/org/apache/carbondata/common/iudprocessor/cache/DeleteDeltaDataCache.java --- @@ -0,0 +1,29 @@ +package

[GitHub] incubator-carbondata pull request #492: [CARBONDATA-440] Providing the updat...

2017-01-04 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/492#discussion_r94584731 --- Diff: core/src/main/java/org/apache/carbondata/common/iudprocessor/cache/BlockletLevelDeleteDeltaDataCache.java --- @@ -0,0 +1,29

[GitHub] incubator-carbondata issue #492: [CARBONDATA-440] Providing the update and d...

2017-01-04 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/492 Please handle the below things in general. 1. Add apache license to newly added files. 2. Remove the author name as class level comment. 3. Add a basic comment for

[GitHub] incubator-carbondata pull request #482: [CARBONDATA-552] Catch the FilterUns...

2017-01-04 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/482#discussion_r94582561 --- Diff: core/src/main/java/org/apache/carbondata/scan/filter/resolver/RowLevelRangeFilterResolverImpl.java --- @@ -187,7 +185,11

[GitHub] incubator-carbondata pull request #454: [CARBONDATA-484] Implement LRU cache...

2017-01-02 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/454#discussion_r94302586 --- Diff: core/src/main/java/org/apache/carbondata/core/cache/CacheProvider.java --- @@ -148,7 +177,11 @@ private boolean

[GitHub] incubator-carbondata pull request #454: [CARBONDATA-484] Implement LRU cache...

2017-01-02 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/454#discussion_r94302315 --- Diff: core/src/main/java/org/apache/carbondata/core/cache/CacheProvider.java --- @@ -121,15 +141,24 @@ private void

[GitHub] incubator-carbondata pull request #454: [CARBONDATA-484] Implement LRU cache...

2017-01-01 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/454#discussion_r94295193 --- Diff: core/src/main/java/org/apache/carbondata/core/carbon/datastore/BlockIndexStore.java --- @@ -244,124 +222,96 @@ public static

[GitHub] incubator-carbondata issue #457: [CARBONDATA-556] Keep only one location whe...

2016-12-29 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/457 @Jay357089 this is how spark behaves. If a task fails on one node it will submit the same task on the other node considering that there could be some problem with the node

[GitHub] incubator-carbondata issue #457: [CARBONDATA-556] Keep only one location whe...

2016-12-25 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/457 @Jay357089 ..I agree with @eason-lyx ...If data load fails on one node then the job will be resubmitted to the same node again. If you kill the executor then spark will submit

[GitHub] incubator-carbondata issue #459: [CARBONDATA-558] Fix load performace issue ...

2016-12-25 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/459 @foryou2030 As a suggestion whenever you make any changes in the parsing behavior of data in the load flow without kettle, please validate the same behavior for load using the

[GitHub] incubator-carbondata issue #362: [CARBONDATA-459] Block distribution is wron...

2016-12-02 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/362 @jackylk ...Handled review comment. Please review and merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-carbondata issue #362: [CARBONDATA-459] Block distribution is wron...

2016-11-30 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/362 @jackylk ...Handled all review comments. Kindly review and merge --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-carbondata pull request #362: [CARBONDATA-459] Block distribution ...

2016-11-28 Thread manishgupta88
GitHub user manishgupta88 opened a pull request: https://github.com/apache/incubator-carbondata/pull/362 [CARBONDATA-459] Block distribution is wrong in case of dynamic allocation=true Problem: Block distribution is wrong in case of dynamic allocation=true Analysis: In

[GitHub] incubator-carbondata issue #357: [CARBONDATA-451]Fix the bug of storePath.su...

2016-11-28 Thread manishgupta88
Github user manishgupta88 commented on the issue: https://github.com/apache/incubator-carbondata/pull/357 @Zhangshunyu ...LGMTonly thing is you can put some comments with example for better understanding like what can be tablePath and derived formattedTablePath. --- If your

[GitHub] incubator-carbondata pull request #337: [CARBONDATA-428] Removed Redundant C...

2016-11-21 Thread manishgupta88
Github user manishgupta88 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/337#discussion_r9114 --- Diff: core/src/main/java/org/apache/carbondata/core/cache/CacheProvider.java --- @@ -84,14 +84,13 @@ public static CacheProvider