revitalkr commented on code in PR #2355:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2355#discussion_r3329769812


##########
tests/sqlparser_common.rs:
##########
@@ -17449,15 +17448,6 @@ fn join_precedence() {
         // canonical string without parentheses
         "SELECT * FROM t1 NATURAL JOIN t5 INNER JOIN t0 ON (t0.v1 + t5.v0) > 0 
WHERE t0.v1 = t1.v0",
     );
-    all_dialects_except(|d| 
d.supports_left_associative_joins_without_parens()).verified_query_with_canonical(

Review Comment:
   yes, there should be. join_precedence is such a test, only instead of being 
defined for all_dialects_except(|d| 
d.supports_left_associative_joins_without_parens() it's in the snowflake only 
tests file, so it doesn't use it explicitly.
   Changed it in the next PR, in which I've added more dialects to behave like 
snowflake.



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