Skip to content

feat(doris): Storage infrastructure DDL (T5.3)#88

Merged
h3n4l merged 1 commit into
mainfrom
feat/doris/storage
May 25, 2026
Merged

feat(doris): Storage infrastructure DDL (T5.3)#88
h3n4l merged 1 commit into
mainfrom
feat/doris/storage

Conversation

@h3n4l
Copy link
Copy Markdown
Member

@h3n4l h3n4l commented Apr 15, 2026

Summary

CREATE/ALTER/DROP for STORAGE VAULT, STORAGE POLICY, REPOSITORY (S3/HDFS/BROKER), STAGE, FILE. SET/UNSET DEFAULT STORAGE VAULT.
15 new AST node types, 48 tests.

DAG: T5.3 (P1)

🤖 Generated with Claude Code

…ory, stage, file

Add AST nodes, parser, and full dispatch for all Doris storage-related DDL:
STORAGE VAULT (CREATE/ALTER/DROP + SET/UNSET DEFAULT), STORAGE POLICY
(CREATE/ALTER/DROP), REPOSITORY (CREATE with S3/HDFS/BROKER/READ ONLY,
ALTER, DROP), STAGE (CREATE/DROP), and FILE (CREATE IN db, DROP FROM db).
47 tests pass covering legacy corpus round-trips and all syntax forms.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@h3n4l h3n4l force-pushed the feat/doris/storage branch from 9c1c6b7 to f4bcddb Compare May 25, 2026 07:50
@h3n4l h3n4l merged commit 402adb3 into main May 25, 2026
2 checks passed
@h3n4l h3n4l deleted the feat/doris/storage branch May 25, 2026 07:51
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.

1 participant