GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1448
[CARBONDATA-1656] Reject alter table command for streaming table
ALTER TABLE command should be rejected as streaming table does not support
it.
Exception should be thrown in this scenario
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
Yes
- [X] Testing done
Testcase is added
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata block_alter_table
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1448.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 #1448
----
commit f050774de36e0fe8fb16495f3e8c5cf941e9690d
Author: Jacky Li <[email protected]>
Date: 2017-10-29T16:01:21Z
block iud
commit 172c8159073988b075a33d8f605548e6a9d2b024
Author: Jacky Li <[email protected]>
Date: 2017-10-29T16:42:37Z
block alter table
----
---