pvary commented on a change in pull request #1095:
URL: https://github.com/apache/hive/pull/1095#discussion_r439037649
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java
##########
@@ -1355,7 +1451,7 @@ public Table getTable(TableName tableName) throws
HiveException {
*/
public Table getTable(final String dbName, final String tableName,
boolean throwException) throws HiveException {
- return this.getTable(dbName, tableName, throwException, false);
+ return this.getTable(dbName, tableName, throwException, true);
Review comment:
Why is this change? Should not this minimally depend on if this table is
transactional or not? What happens if we call it on a non-transactional table?
----------------------------------------------------------------
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]