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

[fix](ctas) fix NPE when ctas with old planner and varchar issue (#39744) #39871

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

morningman
Copy link
Contributor

bp #39744

…che#39744)

Fix 2 bugs:
1. 
introduced from apache#35489
When the target table is unpartitioned with text type column from
external table,
NPE will be thrown.
Only happen when using old planner.
The new planner works well.

2.
If first column is varchar type, the new planner will change it to
string type
and then failed because first column can not be string type.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@morningman
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit de2e8f0 into apache:branch-2.1 Aug 24, 2024
21 of 22 checks passed
@yiguolei yiguolei mentioned this pull request Sep 5, 2024
3 tasks
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.

3 participants