GitHub user selvaganesang opened a pull request:
https://github.com/apache/incubator-trafodion/pull/178
[TRAFODION-1423] indexes are now created in aligned format by default
The indexes row format is now independent of the table. The table
can be in format that aids in pushing down the predicates to
hbase, but the index is now created in aligned format by default.
SHOWDDL <table_name> now shows the row format of the index when it
is in aligned row format.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/incubator-trafodion
trafodion-1423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/178.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 #178
----
commit 30da41ea72a5c5d2cf8a0d35f2cddbd346540b4f
Author: selvaganesang <[email protected]>
Date: 2015-11-16T15:31:23Z
[TRAFODION-1423] indexes are now created in aligned format by default
The indexes row format is now independent of the table. The table
can be in format that aids in pushing down the predicates to
hbase, but the index is now created in aligned format by default.
SHOWDDL <table_name> now shows the row format of the index when it
is in aligned row format.
----
---
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.
---