alamb commented on PR #1669:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1669#issuecomment-2643650028
🚀
--
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
iffyio merged PR #1669:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1669
--
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
yoavcloud commented on PR #1669:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1669#issuecomment-2636487913
@alamb reminder to look at the updated PR based on your suggestion
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
alamb commented on code in PR #1669:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/1669#discussion_r1923339360
##
src/ast/spans.rs:
##
@@ -342,6 +343,15 @@ impl Spanned for Statement {
copy_options: _,
validation_mode: _,
yoavcloud opened a new pull request, #1669:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1669
This PR adds support for parsing Snowflake's `COPY INTO `, makes a
distinction between `COPY INTO `, and reuses much of its logic.
--
This is an automated message from the Apache G