kasakrisz commented on code in PR #4633: URL: https://github.com/apache/hive/pull/4633#discussion_r1324424290
########## ql/src/test/results/clientnegative/check_constraint_qual_name.q.out: ########## @@ -1 +1 @@ -FAILED: SemanticException [Error 10326]: Invalid Constraint syntax Invalid CHECK constraint expression: tconstr.i>j. Invalid Constraint syntax Invalid type for CHECK constraint: tconstr.i>j +FAILED: SemanticException [Error 10326]: Invalid Constraint syntax Invalid CHECK constraint expression: `tconstr`.i>`j`. Invalid Constraint syntax Invalid type for CHECK constraint: `tconstr`.i>`j` Review Comment: Added logic to quote qualified ids. -- 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]
