Re: [PR] Redshift: UNLOAD [datafusion-sqlparser-rs]

2025-09-02 Thread via GitHub
iffyio merged PR #2013: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2013 -- 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] Redshift: UNLOAD [datafusion-sqlparser-rs]

2025-09-01 Thread via GitHub
yoavcloud commented on code in PR #2013: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2013#discussion_r2313313013 ## src/parser/mod.rs: ## @@ -16477,19 +16569,35 @@ impl<'a> Parser<'a> { } pub fn parse_unload(&mut self) -> Result { +self.expec

Re: [PR] Redshift: UNLOAD [datafusion-sqlparser-rs]

2025-08-28 Thread via GitHub
iffyio commented on code in PR #2013: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2013#discussion_r2306975457 ## src/ast/mod.rs: ## @@ -8796,16 +8831,46 @@ pub enum CopyLegacyOption { Delimiter(char), /// EMPTYASNULL EmptyAsNull, +/// ENCRYPTE

[PR] Redshift: UNLOAD [datafusion-sqlparser-rs]

2025-08-22 Thread via GitHub
yoavcloud opened a new pull request, #2013: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2013 Added support for the Redshift variant of UNLOAD -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov