You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/27 11:01:05 UTC

[GitHub] [spark] codecov-commenter edited a comment on pull request #34241: [SPARK-36975][SQL] Correct the hive client calls‘s metrics in HiveClientImpl

codecov-commenter edited a comment on pull request #34241:
URL: https://github.com/apache/spark/pull/34241#issuecomment-952799438


   # [Codecov](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#34241](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1099fd3) into [master](https://codecov.io/gh/apache/spark/commit/1020c6d8e51d3dc135cc012645950e9a8eea8376?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1020c6d) will **decrease** coverage by `16.54%`.
   > The diff coverage is `78.95%`.
   
   > :exclamation: Current head 1099fd3 differs from pull request most recent head 80ffe42. Consider uploading reports for the commit 80ffe42 to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/spark/pull/34241/graphs/tree.svg?width=650&height=150&src=pr&token=R9pHLWgWi8&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff             @@
   ##           master   #34241       +/-   ##
   ===========================================
   - Coverage   90.19%   73.64%   -16.55%     
   ===========================================
     Files         288      206       -82     
     Lines       61391    48039    -13352     
     Branches     9021     7693     -1328     
   ===========================================
   - Hits        55372    35380    -19992     
   - Misses       4670    11657     +6987     
   + Partials     1349     1002      -347     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | unittests | `73.62% <78.95%> (-16.54%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [python/pyspark/context.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvY29udGV4dC5weQ==) | `45.43% <ø> (-40.11%)` | :arrow_down: |
   | [python/pyspark/ml/common.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvbWwvY29tbW9uLnB5) | `51.42% <ø> (-24.29%)` | :arrow_down: |
   | [python/pyspark/ml/fpm.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvbWwvZnBtLnB5) | `47.05% <ø> (-36.98%)` | :arrow_down: |
   | [python/pyspark/mllib/common.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvbWxsaWIvY29tbW9uLnB5) | `54.87% <ø> (-34.15%)` | :arrow_down: |
   | [python/pyspark/pandas/\_typing.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL190eXBpbmcucHk=) | `71.42% <0.00%> (ø)` | |
   | [python/pyspark/pandas/extensions.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL2V4dGVuc2lvbnMucHk=) | `88.46% <0.00%> (ø)` | |
   | [python/pyspark/pandas/ml.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL21sLnB5) | `90.90% <0.00%> (ø)` | |
   | [python/pyspark/pandas/plot/plotly.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL3Bsb3QvcGxvdGx5LnB5) | `90.90% <0.00%> (ø)` | |
   | [python/pyspark/pandas/spark/accessors.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL3NwYXJrL2FjY2Vzc29ycy5weQ==) | `92.69% <0.00%> (ø)` | |
   | [python/pyspark/pandas/strings.py](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHl0aG9uL3B5c3BhcmsvcGFuZGFzL3N0cmluZ3MucHk=) | `97.92% <0.00%> (ø)` | |
   | ... and [211 more](https://codecov.io/gh/apache/spark/pull/34241/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [b1f1575...80ffe42](https://codecov.io/gh/apache/spark/pull/34241?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org