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

feat: teach ceresdb to run the whole dist query process #1204

Merged
merged 8 commits into from
Sep 27, 2023

Conversation

Rachelint
Copy link
Contributor

@Rachelint Rachelint commented Sep 8, 2023

Rationale

Closes #1112
The final part of #1112, we may do distributed query in the new way after this pr.

Detailed Changes

  • Impl rpc service to support physical plan's remote execution.
  • Refactor query engine to support the new query process.

Test Plan

Test by exist tests.

@Rachelint Rachelint marked this pull request as ready for review September 11, 2023 01:41
@ShiKaiWi
Copy link
Member

@Rachelint Conflict needs resolving.

@Rachelint Rachelint force-pushed the dist-query-complete-process branch 2 times, most recently from 2dacef0 to 3bf4ccc Compare September 19, 2023 08:15
query_engine/Cargo.toml Outdated Show resolved Hide resolved
table_engine/src/remote/model.rs Outdated Show resolved Hide resolved
query_engine/src/lib.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@chunshao90 chunshao90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Rachelint Rachelint merged commit 28b37a3 into apache:main Sep 27, 2023
7 checks passed
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.

Support remote scan in physical plan level
3 participants