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

2016-08-30 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/102


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[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 the alter operations on carbon table should be skipped and 
error message should be displayed as "Unsupported alter operation on carbon 
table"
Whereas if the alter operation is on hive table, it should be transferred 
to hive for performing the operation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/nareshpr/incubator-carbondata 
altertableunsupportedoperations

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/102.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #102


commit 8ef206511fd1b8d83de63308fc338f85688f6451
Author: nareshpr 
Date:   2016-08-29T06:57:23Z

Alter operations on carbon table will be unsupported.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---