GitHub user traflm opened a pull request:
https://github.com/apache/trafodion/pull/1619
[TRAFODION-3101] enhance get command to show rows get
At field, engineers issue get tables to list all tables, and want to count
how many tables got, it will be good to show that info by 'get' command itself.
The current implementation is to show that count as part of get command
output, just as header info.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/traflm/trafodion TRAFODION-3101
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1619.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 #1619
----
commit 591e0fa60a13f9f57eee1bc7a9b35fe5a10145a2
Author: Liu Ming <ovis_poly@...>
Date: 2018-06-25T00:48:37Z
[TRAFODION-3101] enhance get command to show rows get
----
---