GitHub user jihoonson opened a pull request:
https://github.com/apache/tajo/pull/828
TAJO-1933: When a simple query executed on partitioned tables, the number
of result rows is always the number of rows of the whole table
I've changed to print unknown row number and unknown bytes if the total row
number is larger than that printed in a page. Otherwise, the actual row number
is printed.
IMHO, this is valid because the execution of a simple query is an iterable
process, so it is difficult to get the total row number of the result.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jihoonson/tajo-2 TAJO-1933
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/828.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 #828
----
commit 5f8e1be58fbabd65f7c6f21a4ccbab44ebd74997
Author: Jihoon Son <[email protected]>
Date: 2015-10-15T14:05:53Z
TAJO-1933
----
---
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.
---