kasakrisz commented on a change in pull request #1446: URL: https://github.com/apache/hive/pull/1446#discussion_r480897671
########## File path: common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java ########## @@ -471,6 +471,7 @@ "Not an ordered-set aggregate function: {0}. WITHIN GROUP clause is not allowed.", true), WITHIN_GROUP_PARAMETER_MISMATCH(10422, "The number of hypothetical direct arguments ({0}) must match the number of ordering columns ({1})", true), + AMBIGUOUS_STRUCT_FIELD(10423, "Struct field is not unique: {0}", true), Review comment: Renamed `field` to `attribute` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org