Neer393 commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2841060292
##########
common/src/java/org/apache/hadoop/hive/ql/ErrorMsg.java:
##########
@@ -500,6 +500,7 @@ public enum ErrorMsg {
CATALOG_NOT_EXISTS(10445, "Catalog {0} does not exists:", true),
INVALID_SCHEDULED_QUERY(10446, "Scheduled query {0} does not exist", true),
UNSUPPORTED_TIMESTAMP_PRECISION(10447, "Unsupported value for precision:
{0}", true),
+ TABLE_NOT_EXISTS(10448, "Table does not exist."),
Review Comment:
Hey @ramitg254
Thanks. I will update this right away 👍
--
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]