You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by jihoonson <gi...@git.apache.org> on 2015/10/15 16:21:24 UTC

[GitHub] tajo pull request: TAJO-1933: When a simple query executed on part...

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 <ji...@apache.org>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1933: When a simple query executed on part...

Posted by jinossy <gi...@git.apache.org>.
Github user jinossy commented on the pull request:

    https://github.com/apache/tajo/pull/828#issuecomment-148879668
  
    +1 Looks good to me.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1933: When a simple query executed on part...

Posted by jihoonson <gi...@git.apache.org>.
Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/828#issuecomment-148457924
  
    With my laptop, I verified this patch by running 'mvn install'.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1933: When a simple query executed on part...

Posted by jihoonson <gi...@git.apache.org>.
Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/828#issuecomment-148879701
  
    Thanks for quick review!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1933: When a simple query executed on part...

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

    https://github.com/apache/tajo/pull/828


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---