git-hulk opened a new pull request, #1897: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1897
Before applying this patch, the following SQL cannot be parsed: ```SQL CREATE TABLE my_table ( f0 STRING, f1 STRUCT<a STRING, b STRUCT<c INT64, d STRING>>, f2 STRING, ) ``` But it's a valid SQL in BigQuery. The root cause is having comma after the trailing bracket will be reconigized as a mismatched closing. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org