We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeCoercionRewriter::mutate
It might make sense to remove the catch all from this `match` expression
https://github.com/apache/arrow-datafusion/blob/bc0ba6a724aaaf312b770451718cbce696de6640/datafusion/optimizer/src/analyzer/type_coercion.rs#L413
And explicitly list out all Expr types so that we don't accidentally another Expr type in the future
Is that something you might be willing to do in another PR @guojidan ?
Originally posted by @alamb in #8982 (comment)
The text was updated successfully, but these errors were encountered:
wait #8982 merged
Sorry, something went wrong.
Sorry for the delay, #8982 is now merged
Successfully merging a pull request may close this issue.
https://github.com/apache/arrow-datafusion/blob/bc0ba6a724aaaf312b770451718cbce696de6640/datafusion/optimizer/src/analyzer/type_coercion.rs#L413
And explicitly list out all Expr types so that we don't accidentally another Expr type in the future
Is that something you might be willing to do in another PR @guojidan ?
Originally posted by @alamb in #8982 (comment)
The text was updated successfully, but these errors were encountered: