iffyio commented on code in PR #1521:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1521#discussion_r1846834121


##########
tests/sqlparser_snowflake.rs:
##########
@@ -2783,6 +2783,14 @@ fn test_parentheses_overflow() {
 }
 
 #[test]
+
+fn test_nested_select_with_lateral_flatten() {

Review Comment:
   Ah I was thinking something like this where the `trailing_commas` 
functionality is in use with the `supports_projection_trailing_commas` flag
   ```rust
   SELECT a, b, FROM c, (SELECT d, e, FROM f, LATERAL FLATTEN(input => events))
   ```
    



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