pepijnve commented on issue #17392: URL: https://github.com/apache/datafusion/issues/17392#issuecomment-3249175612
Root cause for the given example is the attempt to obtain the type of the operands at https://github.com/apache/datafusion/blob/main/datafusion/functions-nested/src/planner.rs#L55. This fails and causes the planning step to fail entirely. It's not clear to me if returning `Ok(PlannerResult::Original)` when the type is not available would be a good way to fix 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: 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