Skip to content

feat(doris): Stored procedures CREATE/CALL/DROP PROCEDURE (T8.2)#153

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

feat(doris): Stored procedures CREATE/CALL/DROP PROCEDURE (T8.2)#153
h3n4l merged 1 commit into
mainfrom
feat/doris/procedure

Conversation

@h3n4l
Copy link
Copy Markdown
Member

@h3n4l h3n4l commented May 25, 2026

CREATE OR REPLACE PROCEDURE with IN/OUT/INOUT params, BEGIN..END body capture, CALL with args. 11 tests. DAG: T8.2 (P1). 🤖

Add AST nodes (CreateProcedureStmt, CallProcedureStmt, DropProcedureStmt,
ProcedureParam), parser implementation with raw BEGIN...END body capture,
dispatch wiring, and 11 tests covering all forms including qualified names,
IN/OUT/INOUT params, OR REPLACE, IF NOT EXISTS, and nested BEGIN...END.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@h3n4l h3n4l force-pushed the feat/doris/procedure branch from 4d1b7c1 to 39d8374 Compare May 25, 2026 08:44
@h3n4l h3n4l merged commit d39f29f into main May 25, 2026
@h3n4l h3n4l deleted the feat/doris/procedure branch May 25, 2026 08:45
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