Joe McDonnell 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 Done I was thinking about folding this logic into FunctionName itself, but that started to look complicated. -- 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, 14 Nov 2024 00:40:27 +0000 Gerrit-HasComments: Yes
