[ https://issues.apache.org/jira/browse/HIVE-18727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16392065#comment-16392065 ]
Gopal V commented on HIVE-18727: -------------------------------- The files need APL license headers and it is important to rename HiveError as DataConstraintViolationError and include information about the row/column which has the issue (column is more important than the row, row is easy to find with a "where col is null"). > Update GenericUDFEnforceNotNullConstraint to throw an ERROR instead of > Exception on failure > ------------------------------------------------------------------------------------------- > > Key: HIVE-18727 > URL: https://issues.apache.org/jira/browse/HIVE-18727 > Project: Hive > Issue Type: Improvement > Reporter: Vineet Garg > Assignee: Kryvenko Igor > Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-18727.patch > > > Throwing an exception makes TezProcessor stop retrying the task. Since this > is NOT NULL constraint violation we don't want TezProcessor to keep retrying > on failure. -- This message was sent by Atlassian JIRA (v7.6.3#76005)