Skip to content
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

branch-2.1: [Fix] Add column with default value string throw exception #45000 #45316

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Cherry-picked from #45000

@yiguolei yiguolei closed this Dec 12, 2024
@yiguolei yiguolei reopened this Dec 12, 2024
@yiguolei
Copy link
Contributor

run buildall

```
ALTER TABLE t ADD COLUMN create_time VARCHAR(20) DEFAULT "CURRENT_TIMESTAMP";
```
```
errCode = 2, detailMessage = Unexpected exception: Cannot invoke "org.apache.doris.analysis.DefaultValueExprDef.getExprName()" because "this.defaultValueExprDef" is null
```
@yiguolei yiguolei force-pushed the auto-pick-45000-branch-2.1 branch from 947105e to 159020f Compare December 18, 2024 14:51
@yiguolei
Copy link
Contributor

run buildall

@yiguolei yiguolei merged commit 7957e6f into branch-2.1 Dec 19, 2024
26 of 29 checks passed
@github-actions github-actions bot deleted the auto-pick-45000-branch-2.1 branch December 19, 2024 06:07
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.

2 participants