yoavcloud opened a new pull request, #1698: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1698
Example 1 - `SELECT * FROM tbl ASOF` `ASOF` is parsed as the alias for `tbl`, but on Snowflake, it's reserved for the `ASOF JOIN` option. Example 2 - `SELECT * FROM tbl1 ASOF JOIN tbl2 MATCH_CONDITION(...)` `MATCH_CONDITION` is parsed as the alias for `tbl2`, but on Snowflake, it's reserved for the `ASOF JOIN` option. Added `ASOF` AND `MATCH_CONDITION` as reserved keywords for table alias and added a test for the ASOF JOIN functionality without explicit aliases. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org