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

[Enhancement] active mv automatically (backport #32829) #32983

Merged
merged 4 commits into from
Jan 7, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 17, 2023

This is an automatic backport of pull request #32829 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

What type of PR is this:

  • BugFix
  • Feature
  • Enhancement
  • Refactor
  • UT
  • Doc
  • Tool

Does this PR entail a change in behavior?

  • Yes, this PR will result in a change in behavior.
  • No, this PR will not result in a change in behavior.

If yes, please specify the type of change:

  • Interface/UI changes: syntax, type conversion, expression evaluation, display information
  • Parameter changes: default values, similar parameters but with different default values
  • Policy changes: use new policy to replace old one, functionality automatically enabled
  • Feature removed
  • Miscellaneous: upgrade & downgrade compatibility, etc.

Checklist:

  • I have added test cases for my bug fix or my new feature
  • This pr needs user documentation (for new or modified features or behaviors)
    • I have added documentation for my new feature or new function
  • This is a backport pr

@mergify mergify bot added the conflicts label Oct 17, 2023
@mergify mergify bot mentioned this pull request Oct 17, 2023
22 tasks
@mergify mergify bot closed this Oct 17, 2023
@mergify
Copy link
Contributor Author

mergify bot commented Oct 17, 2023

@mergify[bot]: Backport conflict, please reslove the conflict and resubmit the pr

@mergify mergify bot deleted the mergify/bp/branch-3.0/pr-32829 branch October 17, 2023 12:12
@murphyatwork murphyatwork restored the mergify/bp/branch-3.0/pr-32829 branch January 5, 2024 06:58
@murphyatwork murphyatwork reopened this Jan 5, 2024
@murphyatwork murphyatwork force-pushed the mergify/bp/branch-3.0/pr-32829 branch from 1a9af13 to 240f573 Compare January 5, 2024 07:11
murphyatwork and others added 3 commits January 5, 2024 15:13
Signed-off-by: Murphy <[email protected]>
(cherry picked from commit c1e3a1e)
Signed-off-by: Murphy <[email protected]>
Signed-off-by: Murphy <[email protected]>
@murphyatwork murphyatwork force-pushed the mergify/bp/branch-3.0/pr-32829 branch from 240f573 to 880a866 Compare January 5, 2024 07:15
@github-actions github-actions bot deleted a comment from wanpengfei-git Jan 5, 2024
@murphyatwork murphyatwork force-pushed the mergify/bp/branch-3.0/pr-32829 branch from 880a866 to fee44b0 Compare January 5, 2024 07:27
@github-actions github-actions bot deleted a comment from wanpengfei-git Jan 5, 2024
@murphyatwork murphyatwork force-pushed the mergify/bp/branch-3.0/pr-32829 branch from fee44b0 to 1648ac4 Compare January 5, 2024 07:53
@wanpengfei-git wanpengfei-git enabled auto-merge (squash) January 6, 2024 13:06
Signed-off-by: Murphy <[email protected]>
@murphyatwork murphyatwork force-pushed the mergify/bp/branch-3.0/pr-32829 branch from 1648ac4 to 5363ab7 Compare January 6, 2024 13:09
Copy link

sonarqubecloud bot commented Jan 6, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

13 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented Jan 7, 2024

[FE Incremental Coverage Report]

fail : 58 / 80 (72.50%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 com/starrocks/alter/AlterJobMgr.java 0 7 00.00% [410, 626, 627, 686, 687, 716, 735]
🔵 com/starrocks/server/GlobalStateMgr.java 3 5 60.00% [1620, 1628]
🔵 com/starrocks/catalog/MaterializedView.java 8 11 72.73% [735, 756, 1215]
🔵 com/starrocks/scheduler/MVActiveChecker.java 37 47 78.72% [57, 58, 59, 60, 61, 96, 97, 113, 114, 115]
🔵 com/starrocks/scheduler/PartitionBasedMvRefreshProcessor.java 3 3 100.00% []
🔵 com/starrocks/catalog/OlapTable.java 1 1 100.00% []
🔵 com/starrocks/common/Config.java 2 2 100.00% []
🔵 com/starrocks/server/LocalMetastore.java 1 1 100.00% []
🔵 com/starrocks/alter/SchemaChangeJobV2.java 1 1 100.00% []
🔵 com/starrocks/sql/analyzer/MaterializedViewAnalyzer.java 2 2 100.00% []

Copy link

github-actions bot commented Jan 7, 2024

[BE Incremental Coverage Report]

pass : 0 / 0 (0%)

@wanpengfei-git wanpengfei-git merged commit f1b3217 into branch-3.0 Jan 7, 2024
34 of 36 checks passed
@wanpengfei-git wanpengfei-git deleted the mergify/bp/branch-3.0/pr-32829 branch January 7, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants