revitalkr commented on code in PR #2357:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2357#discussion_r3317585879
##########
tests/sqlparser_common.rs:
##########
@@ -17460,6 +17464,346 @@ fn join_precedence() {
);
}
+#[test]
Review Comment:
yes, it fails without this PR.
These are different cases which behave differently. Natural join behaves
different than the other joins because it can't have a condition after it.
--
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]