blaginin commented on code in PR #13310: URL: https://github.com/apache/datafusion/pull/13310#discussion_r1835437834
########## datafusion/sql/src/expr/mod.rs: ########## @@ -168,6 +169,7 @@ impl<'a, S: ContextProvider> SqlToRel<'a, S> { /// Internal implementation. Use /// [`Self::sql_expr_to_logical_expr`] to plan exprs. + #[recursive] Review Comment: you should be able to remove the note in `sql_array_literal` about stack overflow -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org