[ https://issues.apache.org/jira/browse/HIVE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Todd Lipcon updated HIVE-1628: ------------------------------ Attachment: hive-1628.txt hive-1628-0.5.txt > 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 > Attachments: hive-1628-0.5.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.