deniskuzZ commented on code in PR #5793:
URL: https://github.com/apache/hive/pull/5793#discussion_r2075038479


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -10986,7 +10994,7 @@ public List<String> getFunctions(String catName, String 
dbName, String pattern)
       appendSimpleCondition(filterBuilder, "database.name", new String[] { 
dbName }, parameterVals);
       appendSimpleCondition(filterBuilder, "database.catalogName", new 
String[] {catName}, parameterVals);
       if(pattern != null) {
-        appendPatternCondition(filterBuilder, "functionName", pattern, 
parameterVals);
+        appendIdentifierPatternCondition(filterBuilder, "functionName", 
pattern, parameterVals);

Review Comment:
   Can we use `appendIdentifierPatternCondition` for `functionNames` as well?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to