[ 
https://issues.apache.org/jira/browse/TAJO-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360388#comment-14360388
 ] 

ASF GitHub Bot commented on TAJO-1400:
--------------------------------------

GitHub user hys9958 opened a pull request:

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

    TAJO-1400: Add TajoStatement::setMaxRows method support

    I implemented the setMaxRows and getMaxRows method support.
    Please review my patch.
    
    thanks.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hys9958/tajo TAJO-1400

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/421.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 #421
    
----
commit b1d30b577ab68f8beac85ed447094c464064e938
Author: HANYOUNSU <[email protected]>
Date:   2015-03-13T14:00:54Z

    TAJO-1400: Add TajoStatement::setMaxRows method support

----


> Add TajoStatement::setMaxRows method support
> --------------------------------------------
>
>                 Key: TAJO-1400
>                 URL: https://issues.apache.org/jira/browse/TAJO-1400
>             Project: Tajo
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 0.10.0
>            Reporter: Hyunsik Choi
>            Assignee: YeonSu Han
>             Fix For: 0.11.0, 0.10.1
>
>
> {{Statement::setMaxRows}} is a frequently used method in JDBC driver. It 
> limits the number of result rows. Our current implementation does not support 
> this method. We need to implement it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to