Skip to content

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

Open
h3n4l wants to merge 1 commit intomainfrom
feat/doris/storage
Open

feat(doris): Storage infrastructure DDL (T5.3)#88
h3n4l wants to merge 1 commit intomainfrom
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>
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