You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/03 15:30:33 UTC

[jira] [Commented] (TAJO-1152) RawFile ByteBuffer should be reuse

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

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

GitHub user jinossy opened a pull request:

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

    TAJO-1152: RawFile ByteBuffer should be reuse

    This patch depend on TAJO-1149.
    I've refactor the EOF checking

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

    $ git pull https://github.com/jinossy/tajo TAJO-1152

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

    https://github.com/apache/tajo/pull/224.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 #224
    
----
commit aed406357e016e602b11dbaed3d20994dd651a17
Author: jhkim <jh...@apache.org>
Date:   2014-10-31T12:10:08Z

    TAJO-1149: Implement direct read of TextFile scanner

commit f95d8dc0ef04dfb82290e23d5430eefc70f2552d
Author: jhkim <jh...@apache.org>
Date:   2014-10-31T13:42:47Z

    remove the past buffer reading

commit f87e56f942b523f2bd2675d2c75484d3fea6023e
Author: jhkim <jh...@apache.org>
Date:   2014-11-01T14:47:56Z

    refactor the compact buffer

commit bd15ea07a0187ff1d76bb0ba887bf899a281aa07
Author: jhkim <jh...@apache.org>
Date:   2014-11-03T08:03:30Z

    rename LineDelimitedReader to DelimitedLineReader

commit 166e913be69d8ee7944d67c3fd82f015762d82b1
Author: jhkim <jh...@apache.org>
Date:   2014-11-03T09:36:38Z

    rename csvfile.delimiter, csvfile.null to text.delimiter, text.null

commit 48962d005cc39d2016b864e07d0f985eb31ed69f
Author: jhkim <jh...@apache.org>
Date:   2014-11-03T14:22:01Z

    TAJO-1152: RawFile ByteBuffer should be reuse

----


> RawFile ByteBuffer should be reuse
> ----------------------------------
>
>                 Key: TAJO-1152
>                 URL: https://issues.apache.org/jira/browse/TAJO-1152
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: memory, storage
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> We should release the buffer to the bufferPool instead of allocation and deallocation



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