alamb commented on issue #12105: URL: https://github.com/apache/datafusion/issues/12105#issuecomment-2304270952
Thank you for the explanation I think for our use (which is a planner for the InfluxQL query language) we don't need to handle wildcards I do think it would be interesting to try calling [analyze](https://docs.rs/datafusion/latest/datafusion/optimizer/trait.AnalyzerRule.html#tymethod.analyze) rather than the lower level type coercion I believe @wiedld said she tried this and the additional coercion performed by `TypeCoercion` caused some other problem -- 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]
