[GitHub] incubator-carbondata pull request #308: [WIP] In DropCarbonTable flow, Metad...

2016-11-09 Thread nareshpr
GitHub user nareshpr opened a pull request: https://github.com/apache/incubator-carbondata/pull/308 [WIP] In DropCarbonTable flow, Metadata lock should be acquired only if tab… Issue : In drop table flow, we acquiring metadata lock even if table not exist which is creating table

[GitHub] incubator-carbondata pull request #289: [WIP] Drop Database Cascade command ...

2016-11-03 Thread nareshpr
GitHub user nareshpr opened a pull request: https://github.com/apache/incubator-carbondata/pull/289 [WIP] Drop Database Cascade command supported in Carbon. Issue : Currently drop database cascade command is restricted in Carbon Solution : Implemented code to support below

[GitHub] incubator-carbondata pull request #102: [CARBONDATA-186] Except compaction a...

2016-08-29 Thread nareshpr
GitHub user nareshpr opened a pull request: https://github.com/apache/incubator-carbondata/pull/102 [CARBONDATA-186] Except compaction all other alter operations on carbon table will be unsupported. Reason: As Carbon table will not support alter operations except compaction, all

[GitHub] incubator-carbondata pull request #99: [CARBONDATA-184] Fixed special char d...

2016-08-26 Thread nareshpr
GitHub user nareshpr opened a pull request: https://github.com/apache/incubator-carbondata/pull/99 [CARBONDATA-184] Fixed special char delimiter for complex data. Reason : When complex types data is having ^ delimiter, data is not getting loaded properly. When the data is queried