simonvandel commented on code in PR #1921:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1921#discussion_r2187644576
##########
tests/sqlparser_common.rs:
##########
@@ -11125,16 +11125,9 @@ fn parse_trailing_comma() {
);
trailing_commas.verified_stmt(r#"SELECT "from" FROM "from""#);
- // doesn't allow any trailing commas
+ // doesn't allow all trailing commas
let trailing_commas = TestedDialects::new(vec![Box::new(GenericDialect
{})]);
- assert_eq!(
Review Comment:
Of course, good idea. Implemented in
https://github.com/apache/datafusion-sqlparser-rs/pull/1921/commits/83812914bd4f35c6d98b8d9af2ba5d24693492f3
--
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]