cloud-fan commented on code in PR #53570:
URL: https://github.com/apache/spark/pull/53570#discussion_r2870441275


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala:
##########
@@ -84,6 +94,224 @@ class SessionCatalog(
   import SessionCatalog._
   import CatalogTypes.TablePartitionSpec
 
+  // Marker database name for temporary functions to distinguish from builtin 
functions
+  /**
+   * Database qualifier used to store temporary functions in the function 
registry.
+   * Temporary functions use composite keys to coexist with builtin functions 
of the same name:
+   * - Builtin functions: FunctionIdentifier(name, None)

Review Comment:
   ```suggestion
      * - Builtin functions: FunctionIdentifier(name, None, None)
   ```



-- 
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]

Reply via email to