alamb opened a new issue, #8104: URL: https://github.com/apache/arrow-datafusion/issues/8104
### Is your feature request related to a problem or challenge? As @waynexia points out on https://github.com/apache/arrow-datafusion/issues/8008#issuecomment-1794332809, having `Expr::Wildcard` and `Expr::QualifiedWildcard` is confusing as they are both representing the same basic pattern, `*` Specifically, I think it could make subtle bugs more likely (e.g. using `Expr::Wildcard` instead of using `Expr::QualifiedWildcard`) ### Describe the solution you'd like Combine `Expr::Wildcard` and `Expr::QualifiedWildcard`, so they can't be misused, and add `wildcard()` expr fn top ### Describe alternatives you've considered Do nothing ### Additional context _No response_ -- 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]
