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(flow): plan def #3490

Merged
merged 4 commits into from Mar 12, 2024
Merged

feat(flow): plan def #3490

merged 4 commits into from Mar 12, 2024

Conversation

discord9
Copy link
Contributor

@discord9 discord9 commented Mar 12, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link

#3187

What's changed and what's your intention?

Added basic plan for dataflow execution, support describe of basic map, reduce and join.

Please explain IN DETAIL what the changes are in this PR and why they are needed:

  • Summarize your change (mandatory)
    Basic Type defination that will be used in future PRs impl actual execution of those plans

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR does not require documentation updates.

@github-actions github-actions bot added the docs-not-required This change does not impact docs. label Mar 12, 2024
@discord9 discord9 requested a review from zhongzc March 12, 2024 08:32
@discord9 discord9 marked this pull request as ready for review March 12, 2024 08:32
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 8.33333% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 84.94%. Comparing base (7639c22) to head (730c185).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3490      +/-   ##
==========================================
- Coverage   85.34%   84.94%   -0.41%     
==========================================
  Files         899      903       +4     
  Lines      149549   149639      +90     
==========================================
- Hits       127639   127106     -533     
- Misses      21910    22533     +623     

@waynexia waynexia added this pull request to the merge queue Mar 12, 2024
Merged via the queue into GreptimeTeam:main with commit 58bd065 Mar 12, 2024
23 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required This change does not impact docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants