Skip to content

[Teradata] Add CREATE TABLE options#2329

Open
iffyio wants to merge 1 commit intoapache:mainfrom
validio-io:teradata-create-table-statement
Open

[Teradata] Add CREATE TABLE options#2329
iffyio wants to merge 1 commit intoapache:mainfrom
validio-io:teradata-create-table-statement

Conversation

@iffyio
Copy link
Copy Markdown
Contributor

@iffyio iffyio commented Apr 29, 2026

Adds support for some options in a Teradata CREATE TABLE statement.

Adds support for some options in a Teradata `CREATE TABLE`
statement.
);

assert_eq!(
snowflake().parse_sql_statements("CREATE TEMP VOLATILE TABLE my_table (a INT)"),
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this scenario no longer applies now that the parser accepts VOLATILE option in a create table statement

@iffyio iffyio requested a review from yoavcloud April 29, 2026 09:57
Copy link
Copy Markdown
Contributor

@yoavcloud yoavcloud left a comment

Choose a reason for hiding this comment

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

Looks good @iffyio!

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