soumyakanti3578 commented on code in PR #6067:
URL: https://github.com/apache/hive/pull/6067#discussion_r2396031831
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/NotNullConstraint.java:
##########
@@ -56,7 +56,7 @@ public NotNullConstraint(List<SQLNotNullConstraint> nns,
String tableName, Strin
String enable = pk.isEnable_cstr()? "ENABLE": "DISABLE";
String validate = pk.isValidate_cstr()? "VALIDATE": "NOVALIDATE";
String rely = pk.isRely_cstr()? "RELY": "NORELY";
- enableValidateRely.put(pk.getNn_name(), ImmutableList.of(enable,
validate, rely));
Review Comment:
I don't remember exactly - I will have to look into it, but somewhere we
were running into an error due to immutability of the list during serialization
or deserialization.
I will try to find out exactly what the issue was.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]