-
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
[Feature] Trino dialect supports insert into syntax #52650
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renzhimin7
force-pushed
the
insert-main
branch
from
November 5, 2024 15:32
f3a79d1
to
a7b0d41
Compare
renzhimin7
changed the title
Trino dialect supports insert syntax
[Feature] Trino dialect supports insert syntax
Nov 5, 2024
Youngwb
previously approved these changes
Nov 6, 2024
dirtysalt
previously approved these changes
Nov 6, 2024
renzhimin7
changed the title
[Feature] Trino dialect supports insert syntax
[Feature] Trino dialect supports insert syntax #52665
Nov 6, 2024
renzhimin7
changed the title
[Feature] Trino dialect supports insert syntax #52665
[Feature] Trino dialect supports insert syntax
Nov 6, 2024
auto-merge was automatically disabled
November 7, 2024 07:49
Head branch was pushed to by a user without write access
https://github.com/Mergifyio rebase main |
✅ Branch has been successfully rebased |
renzhimin7
changed the title
[Feature] Trino dialect supports insert syntax
[Feature] Trino dialect supports insert into syntax
Nov 7, 2024
renzhimin7
force-pushed
the
insert-main
branch
from
November 7, 2024 10:08
a19154e
to
b85b7f0
Compare
miomiocat
approved these changes
Nov 7, 2024
Quality Gate passedIssues Measures |
…n shared-data mode (StarRocks#51837) ## Why I'm doing: The physical partition is wrong than sub partitions are missed in fast schema evolution in shared-data mode. ## What I'm doing: Fix wrong physical partition in fast schema evolution in shared-data mode Fixes StarRocks#51745 Signed-off-by: xiangguangyxg <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: zombee0 <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: Murphy <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…lete (StarRocks#51050) Signed-off-by: stephen <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: starrocks-xupeng <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: Kevin Xiaohua Cai <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…ocks#51833) Signed-off-by: silverbullet233 <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: zombee0 <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…s#52649) Signed-off-by: silverbullet233 <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: PengFei Li <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Fix redundant variable definition in CatalogMgr Signed-off-by: IHEII <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…le (StarRocks#52608) Signed-off-by: Youngwb <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…rRocks#52627) Signed-off-by: wyb <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
…52683) Signed-off-by: stephen <[email protected]> Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: zhiminr.ren <[email protected]>
Signed-off-by: zhiminr.ren <[email protected]>
auto-merge was automatically disabled
November 7, 2024 12:40
Head branch was pushed to by a user without write access
renzhimin7
force-pushed
the
insert-main
branch
from
November 7, 2024 12:40
b85b7f0
to
ed97f73
Compare
github-actions
bot
added
documentation
Improvements or additions to documentation
labels
Nov 7, 2024
[FE Incremental Coverage Report]✅ pass : 5 / 5 (100.00%) file detail
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]❌ fail : 1767 / 3836 (46.06%) file detail
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why I'm doing:
What I'm doing:
Fixes #52665
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: