[ https://issues.apache.org/jira/browse/HIVE-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shreepadma Venugopalan updated HIVE-1719: ----------------------------------------- Attachment: HIVE-1719.3.patch.txt This patch makes the following changes, * Moves Regex SerDe to hive-serde * Deprecates Regex SerDe under hive-contrib. However the behavior of Regex Serde under hive-contrib is not altered in anyway. Additionally it alters the behavior of Regex SerDe under hive-serde in the following ways, * Raises an exception when the input pattern to Regex is null * Logs a warning when the # of matching groups don't match the # of cols * Deprecates the output.format.string This patch also improves coverage for regex serde under hive-serde by adding additional positive and negative test cases. Please note that the regex serde in the contrib module contains a deprecation warning, but its behavior is *not* altered in any way. > Move RegexSerDe out of hive-contrib and over to hive-serde > ---------------------------------------------------------- > > Key: HIVE-1719 > URL: https://issues.apache.org/jira/browse/HIVE-1719 > Project: Hive > Issue Type: Task > Components: Serializers/Deserializers > Reporter: Carl Steinbach > Assignee: Shreepadma Venugopalan > Attachments: HIVE-1719.3.patch.txt, HIVE-1719.D3051.1.patch, > HIVE-1719.D3051.2.patch > > > RegexSerDe is as much a part of the standard Hive distribution as the other > SerDes > currently in hive-serde. I think we should move it over to the hive-serde > module so that > users don't have to go to the added effort of manually registering the > contrib jar before > using it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira