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/13 16:53:33 UTC

[jira] [Commented] (TAJO-1174) remove unnessary codes for blobdatum

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

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

GitHub user charsyam opened a pull request:

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

    TAJO-1174: remove unnessary codes for blobdatum

    in blobdatum
    we don't need to call initFromBytes() in equals() 
    because it just compare Byte array, not ByteBuffer.
    so it is better to remove unnessary codes.


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

    $ git pull https://github.com/charsyam/tajo feature/remove_unnessary_code_for_blobdatum

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

    https://github.com/apache/tajo/pull/241.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 #241
    
----
commit dea1d6ec7065fd8ae0d4497b9773e9b5faffdc21
Author: clark.kang <cl...@kakao.com>
Date:   2014-11-13T15:50:05Z

    remove_unnessary_code_for_blobdatum

----


> remove unnessary codes for blobdatum
> ------------------------------------
>
>                 Key: TAJO-1174
>                 URL: https://issues.apache.org/jira/browse/TAJO-1174
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Trivial
>
> in blobdatum
> we don't need to call initFromBytes() in equals() 
> because it just compare Byte array, not ByteBuffer.
> so it is better to remove unnessary codes.



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