GitHub user nonstop-qfchen opened a pull request:
https://github.com/apache/incubator-trafodion/pull/152
Fix JIRA1556
This fix contains the following code changes.
1. The sample table for native tables can be created partitioned.
2. Reduce the amount of data per partition (via CQD
HIST_SCRATCH_VOL_THRESHOLD) to 10240000 bytes.
3. Allow SALT clause in CREATE TABLE LIKE stmt
4. Add a method to retrieve a list of columns (first 2 now) for use with
the SALT clause, even if the table does not have a clustering key.
The remaining work (to be reported in a separate JIRA) is to create a
partitioned salted table with the CREATE TABLE LIKE cause even though the
source table is not partitioned.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nonstop-qfchen/incubator-trafodion MDAMfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/152.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 #152
----
commit 298ddd42b938c687585b820135bdaf6ee0144244
Author: Qifan Chen <[email protected]>
Date: 2015-10-29T14:50:58Z
fix JIRA-1556
commit 0b3c70684b6520778ede920b701402f79f6655a4
Author: Qifan Chen <[email protected]>
Date: 2015-10-29T14:51:11Z
Merge remote branch 'github/master' into MDAMfix
----
---
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.
---