jayzhan211 commented on code in PR #10363:
URL: https://github.com/apache/datafusion/pull/10363#discussion_r1599210368


##########
datafusion/core/src/physical_planner.rs:
##########
@@ -121,7 +121,7 @@ fn create_function_physical_name(
         false => "",
     };
 
-    let phys_name = format!("{}({}{})", fun, distinct_str, names.join(","));
+    let phys_name = format!("{}({}{})", fun, distinct_str, names.join(", "));

Review Comment:
   Several one, but are all like this



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