Uh oh!
There was an error while loading. Please reload this page.
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
yuval-illumex
commented
Dec 22, 2024
Thank you @iffyio for your feedback, I asked your opinion in one of the comments. |
@iffyio appreciate your feedback again 🙏 |
iffyio
left a comment
There was a problem hiding this comment.
Left a couple comments, otherwise this looks good to me overall!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| // Reserved for Snowflake table sample | ||
| Keyword::SAMPLE, | ||
| Keyword::TABLESAMPLE, | ||
| Keyword::FROM, |
There was a problem hiding this comment.
is this change related to the PR (wasn't clear to me if so)?
There was a problem hiding this comment.
Yes.
When removing this as a keyword the following error occurs:Error during parsing: ParserError("Expected: ), found: t1 at Line: 9, Column: 13")
iffyio
left a comment
There was a problem hiding this comment.
LGTM! Thanks @yuval-illumex!
cc @alamb
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Comments Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
Change parameter Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
The following query works in Snowflake:
UPDATE t1 FROM ( SELECT name, id FROM t1 GROUP BY id ) AS t2 SET name = t2.name WHERE t1.id = t2.idToday the parser only supports update-set-from