jonahgao commented on issue #14380: URL: https://github.com/apache/datafusion/issues/14380#issuecomment-2643116010
I also think it's necessary to move the `ExpandWildcardRule` to the builder. This helps to solve the current problem. We won't need to perform wildcard expansion when [computing schemas](https://github.com/apache/datafusion/blob/f9cc3325cdb5891b7566a6f3503c1f7ac6ad51e0/datafusion/expr/src/utils.rs#L706), which is a redundant operation. #14118 also requires it. -- 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