EeshanBembi commented on code in PR #18137:
URL: https://github.com/apache/datafusion/pull/18137#discussion_r2658922053


##########
datafusion/functions/src/string/concat.rs:
##########
@@ -287,7 +401,12 @@ impl ScalarUDFImpl for ConcatFunc {
     }
 }
 
-pub(crate) fn simplify_concat(args: Vec<Expr>) -> Result<ExprSimplifyResult> {
+pub fn simplify_concat(args: Vec<Expr>) -> Result<ExprSimplifyResult> {

Review Comment:
   Changed simplify_concat back to pub(crate)



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