Skip to content

Snowflake: Add support for text data type modifiers#2297

Merged
iffyio merged 2 commits intoapache:mainfrom
yoavcloud:sf_text_datatype_modifiers
Apr 21, 2026
Merged

Snowflake: Add support for text data type modifiers#2297
iffyio merged 2 commits intoapache:mainfrom
yoavcloud:sf_text_datatype_modifiers

Conversation

@yoavcloud
Copy link
Copy Markdown
Contributor

No description provided.

@yoavcloud yoavcloud requested a review from iffyio April 9, 2026 09:23
Comment thread src/parser/mod.rs Outdated
}
Keyword::TEXT => Ok(DataType::Text),
Keyword::TEXT => {
if dialect.supports_text_type_modifiers() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we always have the parser accept the modifier if it shows up in the statement? given that its optional, I think that would match the behavior of similar datatypes

@yoavcloud yoavcloud force-pushed the sf_text_datatype_modifiers branch from 435b2e0 to 203f5b4 Compare April 21, 2026 12:14
@yoavcloud yoavcloud requested a review from iffyio April 21, 2026 12:14
Copy link
Copy Markdown
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @yoavcloud!

@iffyio iffyio added this pull request to the merge queue Apr 21, 2026
Merged via the queue into apache:main with commit fa1dae1 Apr 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants