deniskuzZ commented on code in PR #5216:
URL: https://github.com/apache/hive/pull/5216#discussion_r1584551599
##########
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:
maybe we should consider moving to H2 in tests
--
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]