Re: [PR] Parse Snowflake COPY INTO [datafusion-sqlparser-rs]

2025-02-07 Thread via GitHub
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

Re: [PR] Parse Snowflake COPY INTO [datafusion-sqlparser-rs]

2025-02-05 Thread via GitHub
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

Re: [PR] Parse Snowflake COPY INTO [datafusion-sqlparser-rs]

2025-02-05 Thread via GitHub
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

Re: [PR] Parse Snowflake COPY INTO [datafusion-sqlparser-rs]

2025-01-21 Thread via GitHub
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: _,

[PR] Parse Snowflake COPY INTO [datafusion-sqlparser-rs]

2025-01-20 Thread via GitHub
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