Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/22011 )
Change subject: IMPALA-13179: Make non-deterministic functions ineligible for tuple caching ...................................................................... Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/22011/2/fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java File fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java: http://gerrit.cloudera.org:8080/#/c/22011/2/fe/src/main/java/org/apache/impala/analysis/FunctionCallExpr.java@162 PS2, Line 162: if (fnName.getFnNamePath() != null) { Can we make this logic shared with functionNameEqualsBuiltin? A function to get the builtin name from a FunctionName object, then each implementation would be return getBuiltinName(fnName).equalsIgnoreCase(name); and return names.contains(getBuiltinName(fnName).toLowerCase()); -- To view, visit http://gerrit.cloudera.org:8080/22011 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9601dba87b3c8f24cbe42eca0d8070db42b50488 Gerrit-Change-Number: 22011 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Comment-Date: Thu, 31 Oct 2024 21:09:30 +0000 Gerrit-HasComments: Yes
