You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/09/20 20:41:37 UTC

[jira] Commented: (HIVE-1628) Fix Base64TextInputFormat to be compatible with commons codec 1.4

    [ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912634#action_12912634 ] 

John Sichi commented on HIVE-1628:
----------------------------------

+1.  Will commit if tests pass.


> Fix Base64TextInputFormat to be compatible with commons codec 1.4
> -----------------------------------------------------------------
>
>                 Key: HIVE-1628
>                 URL: https://issues.apache.org/jira/browse/HIVE-1628
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.7.0
>
>         Attachments: hive-1628-0.5.txt, hive-1628-0.5.txt, hive-1628.txt, hive-1628.txt
>
>
> Commons-codec 1.4 made an incompatible change to the Base64 class that made line-wrapping default (boo!). This breaks the Base64TextInputFormat in contrib. This patch adds some simple reflection to use the new constructor that uses the old behavior.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.