GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/381
JIRA 1849 Add support for alter column rename (details below)
-- support for 'add column c rename to newc'
-- fixed issue with ddl stmts and aqr, it now works correctly
if ddl_transactions are being used
-- drop table with views now drops them in reverse creation order.
That way dependent views are dropped correctly.
-- views are dropped before and recreated after an alter column
statement.
-- dev regressions tests now show system columns in invoke.
-- index uid is now stored in desc and NATable structs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
altcolren_br_deliver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/381.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 #381
----
commit d406cc524027bd07380db4e6c0726c6e76c349e4
Author: Cloud User <[email protected]>
Date: 2016-03-13T01:32:25Z
JIRA 1849 Add support for alter column rename (details below)
-- support for 'add column c rename to newc'
-- fixed issue with ddl stmts and aqr, it now works correctly
if ddl_transactions are being used
-- drop table with views now drops them in reverse creation order.
That way dependent views are dropped correctly.
-- views are dropped before and recreated after an alter column
statement.
-- dev regressions tests now show system columns in invoke.
-- index uid is now stored in desc and NATable structs
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---