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


##########
datafusion/sql/src/expr/mod.rs:
##########
@@ -813,6 +795,37 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> {
         )))
     }
 
+    fn sql_udf_plan(
+        &self,
+        sql: SQLExpr,
+        schema: &DFSchema,
+        planner_context: &mut PlannerContext,
+    ) -> Result<Expr> {
+        let sql_not_moved = sql.clone();
+        let mut extracted_args = match sql {

Review Comment:
   it seems not to be extract specific anymore, we could name it `args`



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