GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/296
Quickstep-78: Displayed Partition Info using \d.
Assigned to @jianqiao.
This PR displayed the partition info via `\d [table name]` as following:
```
Partition Info
PARTITION BY HASH ( col1 ) PARTITIONS 4
| 1 | 1 | 1 | 1 |
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zuyu/incubator-quickstep qs-78
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/296.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 #296
----
commit a35df03bc466d5758e1763a6a545c944ad5ca6e3
Author: Zuyu Zhang <[email protected]>
Date: 2017-09-11T21:35:45Z
Quickstep-78: Displayed Partition Info using \d.
----
---