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

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

GitHub user charsyam opened a pull request:

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

    TAJO-1180: digitValue should throw Exception when char is not in valid range

    digitValue in TextUtils
    it returns numeric value for hex data.
    and. it should handle [0-9a-zA-Z].
    but it returns some digit for other ranges.
    so. I think it is better throw exception if it is not in valid range.

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

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

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

    https://github.com/apache/tajo/pull/246.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 #246
    
----
commit 5d0c3d25929563f670a4f6bca0e8b92e4f85cd3e
Author: clark.kang <[email protected]>
Date:   2014-11-15T16:49:10Z

    change digitValue to throw exception

----


> digitValue should throw Exception when char is not in valid range
> -----------------------------------------------------------------
>
>                 Key: TAJO-1180
>                 URL: https://issues.apache.org/jira/browse/TAJO-1180
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>
> digitValue in TextUtils
> it returns numeric value for hex data.
> and. it should handle [0-9a-zA-Z].
> but it returns some digit for other ranges.
> so. I think it is better throw exception if it is not in valid range. 



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

Reply via email to