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

ARROW-6085: [Rust] [DataFusion] Add traits for physical query plan #4975

Closed
wants to merge 1 commit into from

Conversation

andygrove
Copy link
Member

This is the first of quite a few PRs to add support for parallel (multi-threaded) query execution based on the PoC in #4221

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

Codecov Report

Merging #4975 into master will decrease coverage by 4.81%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #4975       +/-   ##
===========================================
- Coverage   87.54%   82.73%    -4.82%     
===========================================
  Files        1000       87      -913     
  Lines      142351    25430   -116921     
  Branches     1418        0     -1418     
===========================================
- Hits       124625    21040   -103585     
+ Misses      17364     4390    -12974     
+ Partials      362        0      -362
Impacted Files Coverage Δ
python/pyarrow/ipc.pxi
cpp/src/arrow/csv/chunker-test.cc
cpp/src/parquet/column_page.h
cpp/src/parquet/bloom_filter-test.cc
cpp/src/arrow/array/builder_decimal.cc
r/src/symbols.cpp
cpp/src/arrow/io/test-common.h
cpp/src/arrow/util/int-util-test.cc
cpp/src/arrow/python/io.cc
python/pyarrow/hdfs.py
... and 903 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 9d7e77c...f3a18d7. Read the comment docs.

@nevi-me nevi-me closed this in 9064571 Aug 1, 2019
pprudhvi pushed a commit to pprudhvi/arrow that referenced this pull request Aug 11, 2019
This is the first of quite a few PRs to add support for parallel (multi-threaded) query execution based on the PoC in apache#4221

Closes apache#4975 from andygrove/ARROW-6085 and squashes the following commits:

f3a18d7 <Andy Grove> Add traits for physical query plan

Authored-by: Andy Grove <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
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.

4 participants