kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a
database object reference class
URL: https://github.com/apache/hive/pull/550#discussion_r345403274
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
##########
@@ -2275,9 +2276,9 @@ private void getMetaData(QB qb, ReadEntity parentInput)
// Whether we are using an acid compliant transaction manager has
already been caught in
// UpdateDeleteSemanticAnalyzer, so if we are updating or deleting
and getting nonAcid
// here, it means the table itself doesn't support it.
- throw new SemanticException(ErrorMsg.ACID_OP_ON_NONACID_TABLE,
ts.tableName);
+ throw new SemanticException(ErrorMsg.ACID_OP_ON_NONACID_TABLE,
ts.getTableName().getTable());
Review comment:
we might want to consider reporting the fully qualified table references in
exceptions; so that they are more precise (cn be done probably later)
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]