Skip to content

[fix](nereids) fix insert stmt throw MultiCastDataSink cannot be cast to DataStreamSink (#38526)#38547

Merged
924060929 merged 1 commit intoapache:branch-2.1from
924060929:branch-2.1-fix-insert
Jul 30, 2024
Merged

[fix](nereids) fix insert stmt throw MultiCastDataSink cannot be cast to DataStreamSink (#38526)#38547
924060929 merged 1 commit intoapache:branch-2.1from
924060929:branch-2.1-fix-insert

Conversation

@924060929
Copy link
Copy Markdown
Contributor

cherry pick from #38526

… to DataStreamSink (apache#38526)

fix `insert ... with ... select ...`, which not use some cte, and throw
an exception:
```
errCode = 2, detailMessage = class org.apache.doris.planner.MultiCastDataSink cannot be cast to class org.apache.doris.planner.DataStreamSink (org.apache.doris.planner.MultiCastDataSink and org.apache.doris.planner.DataStreamSink are in unnamed module of loader 'app')
```

(cherry picked from commit a55af3b)
@doris-robot
Copy link
Copy Markdown

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.

@924060929
Copy link
Copy Markdown
Contributor Author

run buildall

@924060929 924060929 merged commit a328e01 into apache:branch-2.1 Jul 30, 2024
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