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 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.