You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/03 16:21:17 UTC

[GitHub] [arrow] codecov-io commented on pull request #9882: ARROW-12190: [Rust][DataFusion] Implement parallel / partitioned hash join

codecov-io commented on pull request #9882:
URL: https://github.com/apache/arrow/pull/9882#issuecomment-812888086


   # [Codecov](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=h1) Report
   > Merging [#9882](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=desc) (5942020) into [master](https://codecov.io/gh/apache/arrow/commit/5bfae36954f7fe1573ec24166ba7d57f2a73b614?el=desc) (5bfae36) will **increase** coverage by `0.08%`.
   > The diff coverage is `88.72%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/arrow/pull/9882/graphs/tree.svg?width=650&height=150&src=pr&token=LpTCFbqVT1)](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #9882      +/-   ##
   ==========================================
   + Coverage   82.60%   82.68%   +0.08%     
   ==========================================
     Files         255      256       +1     
     Lines       59674    60144     +470     
   ==========================================
   + Hits        49295    49732     +437     
   - Misses      10379    10412      +33     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [rust/arrow-pyarrow-integration-testing/src/lib.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9hcnJvdy1weWFycm93LWludGVncmF0aW9uLXRlc3Rpbmcvc3JjL2xpYi5ycw==) | `0.00% <ø> (ø)` | |
   | [rust/arrow/src/datatypes/field.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9hcnJvdy9zcmMvZGF0YXR5cGVzL2ZpZWxkLnJz) | `55.47% <0.00%> (ø)` | |
   | [rust/arrow/src/error.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9hcnJvdy9zcmMvZXJyb3IucnM=) | `11.11% <0.00%> (-0.52%)` | :arrow_down: |
   | [rust/arrow/src/ipc/writer.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9hcnJvdy9zcmMvaXBjL3dyaXRlci5ycw==) | `86.70% <0.00%> (-0.74%)` | :arrow_down: |
   | [rust/benchmarks/src/bin/tpch.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9iZW5jaG1hcmtzL3NyYy9iaW4vdHBjaC5ycw==) | `38.42% <0.00%> (+0.09%)` | :arrow_up: |
   | [rust/datafusion/src/logical\_plan/expr.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9sb2dpY2FsX3BsYW4vZXhwci5ycw==) | `83.39% <ø> (ø)` | |
   | [rust/datafusion/tests/dataframe.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3Rlc3RzL2RhdGFmcmFtZS5ycw==) | `100.00% <ø> (ø)` | |
   | [rust/parquet/benches/arrow\_writer.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9wYXJxdWV0L2JlbmNoZXMvYXJyb3dfd3JpdGVyLnJz) | `0.00% <0.00%> (ø)` | |
   | [rust/datafusion/src/scalar.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9zY2FsYXIucnM=) | `51.22% <33.33%> (-0.15%)` | :arrow_down: |
   | [.../datafusion/src/physical\_plan/regex\_expressions.rs](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9waHlzaWNhbF9wbGFuL3JlZ2V4X2V4cHJlc3Npb25zLnJz) | `86.15% <60.00%> (-2.18%)` | :arrow_down: |
   | ... and [20 more](https://codecov.io/gh/apache/arrow/pull/9882/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=footer). Last update [3d87a0e...5942020](https://codecov.io/gh/apache/arrow/pull/9882?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org