Skip to content

feat(doris): CREATE/ALTER/DROP VIEW (T2.4)#70

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

feat(doris): CREATE/ALTER/DROP VIEW (T2.4)#70
h3n4l wants to merge 1 commit intomainfrom
feat/doris/view

Conversation

@h3n4l
Copy link
Copy Markdown
Member

@h3n4l h3n4l commented Apr 14, 2026

Summary

  • Add CreateViewStmt, AlterViewStmt, DropViewStmt, ViewColumn AST nodes
  • CREATE [OR REPLACE] VIEW [IF NOT EXISTS] with optional column list, column comments, view comment
  • ALTER VIEW, DROP VIEW [IF EXISTS]
  • AS clause parses real SELECT statement (not raw text)
  • 14 unit tests

DAG: T2.4

🤖 Generated with Claude Code

Adds ViewColumn, CreateViewStmt, AlterViewStmt, DropViewStmt AST nodes
with full parser support for OR REPLACE, IF NOT EXISTS, column lists with
per-column COMMENTs, view-level COMMENT, and AS query dispatch.

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