let user specify "bad file" rather than HIVE_DEFAULT_PARTITION in dynamic partition insert ------------------------------------------------------------------------------------------
Key: HIVE-1309 URL: https://issues.apache.org/jira/browse/HIVE-1309 Project: Hadoop Hive Issue Type: New Feature Reporter: Ning Zhang Assignee: Ning Zhang Currently if the dynamic partition column value is "bad" -- null, empty string, etc., the row will be put into the __HIVE_DEFAULT_PARTITION__ where the bad column value will be lost (replaced by __HIVE_DEFAULT_PARTITION__) if user select from that partition. It would be useful to put the bad record into an file specified by the user at DML/DDL time and the user can check the rows afterward. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira