jonahgao commented on issue #9949: URL: https://github.com/apache/arrow-datafusion/issues/9949#issuecomment-2040188150
In this case, sqlparser-rs interprets `from` as a column name, and `my_table` is recognized as the alias of the `from` column. Not sure whether we need to solve this problem in sqlparser-rs or in DataFusion. In some databases, `from` as a keyword cannot be used as a column name. -- 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]
