zabetak commented on a change in pull request #1446:
URL: https://github.com/apache/hive/pull/1446#discussion_r480409116
##########
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:
nit: Usually we use "field" for row types and "attribute" for struct
types. Plus it reads more natural if we inline the attribute name in the
sentence:
`Attribute \"{0}\" specified more than once in structured type.`
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]