Gene Kim created HIVE-6296: ------------------------------ Summary: Unhandled IllegalFormatException in serializer Key: HIVE-6296 URL: https://issues.apache.org/jira/browse/HIVE-6296 Project: Hive Issue Type: Bug Components: Contrib Reporter: Gene Kim Priority: Minor
In RegexSerDe's serialize method, a MissingFormatArgumentException is caught when formatting the output string, and a there are not enough arguments. However, it does not handle the case where the format string contains invalid format string syntax (e.g. %y) or has mismatching types. The attached patch provides a clean error message for this exception. -- This message was sent by Atlassian JIRA (v6.1.5#6160)