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/07 23:16:23 UTC

[GitHub] [arrow] codecov-io edited a comment on pull request #9926: ARROW-12254: [Rust][DataFusion] Stop polling limit input once limit is reached

codecov-io edited a comment on pull request #9926:
URL: https://github.com/apache/arrow/pull/9926#issuecomment-815163226


   # [Codecov](https://codecov.io/gh/apache/arrow/pull/9926?src=pr&el=h1) Report
   > Merging [#9926](https://codecov.io/gh/apache/arrow/pull/9926?src=pr&el=desc) (ad7c712) into [master](https://codecov.io/gh/apache/arrow/commit/81f652102737ea89c30de0cec1e94414b8740666?el=desc) (81f6521) will **increase** coverage by `0.04%`.
   > The diff coverage is `88.50%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/arrow/pull/9926/graphs/tree.svg?width=650&height=150&src=pr&token=LpTCFbqVT1)](https://codecov.io/gh/apache/arrow/pull/9926?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master    #9926      +/-   ##
   ==========================================
   + Coverage   82.70%   82.75%   +0.04%     
   ==========================================
     Files         257      258       +1     
     Lines       60486    60620     +134     
   ==========================================
   + Hits        50027    50167     +140     
   + Misses      10459    10453       -6     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/arrow/pull/9926?src=pr&el=tree) | Coverage Δ | |
   |---|---|---|
   | [rust/benchmarks/src/bin/tpch.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9iZW5jaG1hcmtzL3NyYy9iaW4vdHBjaC5ycw==) | `38.33% <0.00%> (ø)` | |
   | [rust/datafusion/src/physical\_plan/hash\_join.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9waHlzaWNhbF9wbGFuL2hhc2hfam9pbi5ycw==) | `83.60% <75.00%> (-1.00%)` | :arrow_down: |
   | [rust/datafusion/src/test/exec.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy90ZXN0L2V4ZWMucnM=) | `85.00% <85.00%> (ø)` | |
   | [rust/datafusion/src/physical\_plan/planner.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9waHlzaWNhbF9wbGFuL3BsYW5uZXIucnM=) | `80.43% <89.47%> (+0.50%)` | :arrow_up: |
   | [rust/datafusion/src/execution/context.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9leGVjdXRpb24vY29udGV4dC5ycw==) | `92.93% <94.73%> (-0.10%)` | :arrow_down: |
   | [rust/datafusion/src/physical\_plan/limit.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9waHlzaWNhbF9wbGFuL2xpbWl0LnJz) | `79.82% <96.66%> (+23.15%)` | :arrow_up: |
   | [rust/datafusion/src/execution/dataframe\_impl.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9leGVjdXRpb24vZGF0YWZyYW1lX2ltcGwucnM=) | `88.88% <100.00%> (-0.22%)` | :arrow_down: |
   | [rust/datafusion/src/logical\_plan/builder.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9sb2dpY2FsX3BsYW4vYnVpbGRlci5ycw==) | `88.88% <100.00%> (+0.70%)` | :arrow_up: |
   | [rust/datafusion/src/physical\_plan/repartition.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy9waHlzaWNhbF9wbGFuL3JlcGFydGl0aW9uLnJz) | `82.91% <100.00%> (+1.69%)` | :arrow_up: |
   | [rust/datafusion/src/test/mod.rs](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree#diff-cnVzdC9kYXRhZnVzaW9uL3NyYy90ZXN0L21vZC5ycw==) | `100.00% <100.00%> (ø)` | |
   | ... and [6 more](https://codecov.io/gh/apache/arrow/pull/9926/diff?src=pr&el=tree-more) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/arrow/pull/9926?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/9926?src=pr&el=footer). Last update [6b67b57...ad7c712](https://codecov.io/gh/apache/arrow/pull/9926?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