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(frontend): explain should return distributed query plan #2103

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

liurenjie1024
Copy link
Contributor

What's changed and what's your intention?

RT

Checklist

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Closes #2037

@github-actions github-actions bot added the type/fix Bug fix label Apr 25, 2022
@liurenjie1024 liurenjie1024 enabled auto-merge (squash) April 25, 2022 04:06
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #2103 (aa19345) into main (400dca9) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #2103   +/-   ##
=======================================
  Coverage   70.66%   70.66%           
=======================================
  Files         636      636           
  Lines       80718    80718           
=======================================
  Hits        57037    57037           
  Misses      23681    23681           
Flag Coverage Δ
rust 70.66% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/frontend/src/handler/explain.rs 0.00% <0.00%> (ø)
src/meta/src/stream/stream_manager.rs 63.32% <0.00%> (-0.32%) ⬇️
.../src/executor/managed_state/aggregation/extreme.rs 90.29% <0.00%> (+0.26%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@liurenjie1024 liurenjie1024 merged commit e25f463 into main Apr 25, 2022
@liurenjie1024 liurenjie1024 deleted the fix/explain_dist_query branch April 25, 2022 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

frontend: Explain should output distributed query plan.
2 participants