kasakrisz commented on code in PR #5216:
URL: https://github.com/apache/hive/pull/5216#discussion_r1584425824
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -686,6 +687,31 @@ public void
updateTransactionStatistics(UpdateTransactionalStatsRequest req) thr
.addValue("tableId", req.getTableId()), null);
}
+ @Override
+ public boolean hasTransactionalResource(Set<String> dbTable) throws
MetaException {
+ if (dbProduct.isDERBY()) {
+ return true;
+ }
Review Comment:
Does it mean that a txn has to be always opened if the backend db is derby?
Even if there are no transactional tables in the statement.
--
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]