pvary commented on a change in pull request #2484:
URL: https://github.com/apache/hive/pull/2484#discussion_r671113322
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java
##########
@@ -4693,6 +4694,17 @@ private Table ensureGetTable(String catName, String
dbName, String tblName)
return convertToTable(ensureGetMTable(catName, dbName, tblName));
}
+ /**
+ * Conditionally alters an {@link ExpressionTree} to be compatible with
certain database products.
+ */
+ private void reconcileTreeWithDatabaseProduct(ExpressionTree tree) throws
MetaException {
+ if (sqlGenerator.getDbProduct().isDERBY()) {
Review comment:
Is this only problem for Derby?
--
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]