iffyio commented on code in PR #1897: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1897#discussion_r2158909944
########## tests/sqlparser_bigquery.rs: ########## @@ -2472,3 +2472,52 @@ fn test_struct_field_options() { ")", )); } + +#[test] +fn test_struct_trailing_bracket() { Review Comment: Could we merge this test with [this one](https://github.com/apache/datafusion-sqlparser-rs/blob/b66a3779bb2300384965eaa14a6fdaaf10007555/tests/sqlparser_bigquery.rs#L639-L665)? since they're covering the same behavior. I imagine we could just move the test cases in the latter function into this new function and should be good? -- 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