adriangb commented on code in PR #2458:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2458#discussion_r3862747081


##########
tests/sqlparser_derive_dialect.rs:
##########
@@ -121,3 +123,45 @@ fn test_identifier_quote_style_overrides() {
         None
     );
 }
+
+#[test]
+fn test_lambda_keyword_syntax_on_postgres_derivative() {

Review Comment:
   I'm split between this (the real regression test _I_ want) and another test 
using a `MyDialect` in `sqlparser_custom_dialect.rs` that enables the two 
flags. Open to input.



-- 
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]

Reply via email to