Veeupup commented on code in PR #8360:
URL: https://github.com/apache/arrow-datafusion/pull/8360#discussion_r1410046544


##########
datafusion/core/tests/user_defined/user_defined_scalar_functions.rs:
##########
@@ -341,6 +341,43 @@ async fn 
case_sensitive_identifiers_user_defined_functions() -> Result<()> {
     Ok(())
 }
 
+#[tokio::test]
+async fn test_user_defined_functions_with_alias() -> Result<()> {

Review Comment:
   the behavior will like `HashMap::insert`, the old value of same alias will 
be updated with new udf



##########
datafusion/core/tests/user_defined/user_defined_scalar_functions.rs:
##########
@@ -341,6 +341,43 @@ async fn 
case_sensitive_identifiers_user_defined_functions() -> Result<()> {
     Ok(())
 }
 
+#[tokio::test]
+async fn test_user_defined_functions_with_alias() -> Result<()> {

Review Comment:
   the behavior will be like `HashMap::insert`, the old value of the same alias 
will be updated with the new udf



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

Reply via email to