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

[rpcs] add arrow flight server #112

Merged
merged 5 commits into from Mar 6, 2021
Merged

Conversation

BohuTANG
Copy link
Member

@BohuTANG BohuTANG commented Mar 6, 2021

Motivation

Add arrow flight for distributed query engine

Changelog

  • New Feature

Test Plan

Unit test
(Share your test plan here. If you changed code, please provide us with clear instructions for verifying that your changes work.)

@codecov
Copy link

codecov bot commented Mar 6, 2021

Codecov Report

Merging #112 (61f3ab9) into master (db0813e) will decrease coverage by 0%.
The diff coverage is 52%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #112    +/-   ##
======================================
- Coverage      82%    81%    -1%     
======================================
  Files         159    162     +3     
  Lines        6471   6613   +142     
======================================
+ Hits         5319   5374    +55     
- Misses       1152   1239    +87     
Impacted Files Coverage Δ
src/planners/plan_empty.rs 50% <0%> (-10%) ⬇️
src/planners/plan_explain.rs 18% <0%> (-3%) ⬇️
src/planners/plan_limit.rs 21% <0%> (-2%) ⬇️
src/planners/plan_select.rs 53% <0%> (-5%) ⬇️
src/planners/plan_setting.rs 0% <0%> (ø)
src/rpcs/rpc/executor_service_test.rs 89% <ø> (ø)
src/rpcs/rpc_service.rs 0% <0%> (ø)
src/rpcs/rpc/flight_action.rs 16% <16%> (ø)
src/rpcs/rpc/flight_service.rs 24% <24%> (ø)
src/rpcs/rpc/flight_client.rs 76% <76%> (ø)
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db0813e...596582b. Read the comment docs.

@BohuTANG BohuTANG marked this pull request as ready for review March 6, 2021 12:31
@BohuTANG BohuTANG merged commit f790885 into datafuselabs:master Mar 6, 2021
@BohuTANG BohuTANG deleted the dev-flight branch March 6, 2021 12:47
@BohuTANG BohuTANG mentioned this pull request Mar 8, 2021
8 tasks
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.

None yet

1 participant