doki23 opened a new issue #1994: URL: https://github.com/apache/arrow-datafusion/issues/1994
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently, df does not implement qualified_wildcard like 'select a.* from a', and I would like to contribute this patch. **Describe the solution you'd like** Support such sql: 'select a.* from a' and 'select a.*, b.id from a, b'. -- 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]
