-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Add/drop Field for struct column #46452
Closed
11 tasks done
Comments
24 tasks
24 tasks
This was referenced Jun 17, 2024
mergify bot
pushed a commit
that referenced
this issue
Jun 19, 2024
## Why I'm doing: It is the second pr to support add/drop field for struct column. ## What I'm doing: The main changes in this PR are two fold: 1. Add the new syntax for add/drop field. 2. Support analyze add/drop field. This pr doesn't fully implement this feature yet, and will throw not support exception when executed. Fixes #46452 Signed-off-by: zhangqiang <[email protected]> (cherry picked from commit 93f333e) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/sql/analyzer/AlterTableClauseVisitor.java # fe/fe-core/src/main/java/com/starrocks/sql/parser/StarRocksLex.g4
42 tasks
24 tasks
42 tasks
happut
pushed a commit
to happut/starrocks
that referenced
this issue
Jun 26, 2024
…6619) ## Why I'm doing: It is the second pr to support add/drop field for struct column. ## What I'm doing: The main changes in this PR are two fold: 1. Add the new syntax for add/drop field. 2. Support analyze add/drop field. This pr doesn't fully implement this feature yet, and will throw not support exception when executed. Fixes StarRocks#46452 Signed-off-by: zhangqiang <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Jun 27, 2024
## Why I'm doing: It is the second pr to support add/drop field for struct column. ## What I'm doing: The main changes in this PR are two fold: 1. Add the new syntax for add/drop field. 2. Support analyze add/drop field. This pr doesn't fully implement this feature yet, and will throw not support exception when executed. Fixes #46452 Signed-off-by: zhangqiang <[email protected]> (cherry picked from commit 93f333e) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/connector/iceberg/IcebergAlterTableExecutor.java # fe/fe-core/src/main/java/com/starrocks/sql/analyzer/AlterTableClauseVisitor.java # fe/fe-core/src/main/java/com/starrocks/sql/parser/AstBuilder.java # fe/fe-core/src/main/java/com/starrocks/sql/parser/StarRocks.g4 # fe/fe-core/src/main/java/com/starrocks/sql/parser/StarRocksLex.g4
This was referenced Jun 27, 2024
24 tasks
Merged
42 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Support add/drop field for struct column
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: