guan404ming opened a new pull request, #2187: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2187
## Why ANALYZE, ANALYZE t, and ANALYZE t (col1, col2) all failed because parse_analyze() unconditionally required a table name and didn't handle the PostgreSQL parenthesized column syntax. ## How Made table_name optional (Option<ObjectName>) in the Analyze struct and added column list parsing after the table name. Updated Display and Spanned to match. -- 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]
