You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@quickstep.apache.org by zuyu <gi...@git.apache.org> on 2017/09/11 21:38:21 UTC

[GitHub] incubator-quickstep pull request #296: Quickstep-78: Displayed Partition Inf...

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 <zu...@cs.wisc.edu>
Date:   2017-09-11T21:35:45Z

    Quickstep-78: Displayed Partition Info using \d.

----


---

[GitHub] incubator-quickstep pull request #296: QUICKSTEP-78: Displayed Partition Inf...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-quickstep/pull/296


---

[GitHub] incubator-quickstep issue #296: QUICKSTEP-78: Displayed Partition Info using...

Posted by jianqiao <gi...@git.apache.org>.
Github user jianqiao commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/296
  
    LGTM. Merging.


---