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
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
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
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