GitHub user zuyu opened a pull request: https://github.com/apache/incubator-quickstep/pull/217
QUICKSTEP-73: Multi-attribute PartitionSchemeHeader. This PR added multi-attribute partitions support. ``` CREATE TABLE foo5 (attr1 INT, attr2 LONG, attr3 FLOAT, attr4 DOUBLE, attr5 CHAR(5), attr6 VARCHAR(4)) PARTITION BY HASH(attr1, attr2, attr3, attr4, attr5, attr6) PARTITIONS 4; ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/zuyu/incubator-quickstep multi-attr-partition Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-quickstep/pull/217.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 #217 ---- commit 02d0a3b5b6676ffb1ea7cc3d19b232291d8f6323 Author: Zuyu Zhang <zu...@apache.org> Date: 2017-03-18T10:28:38Z QUICKSTEP-73: Multi-attribute PartitionSchemeHeader. ---- --- 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. ---