codecov-commenter commented on PR #18465:
URL: https://github.com/apache/hudi/pull/18465#issuecomment-4203597501

   ## 
[Codecov](https://app.codecov.io/gh/apache/hudi/pull/18465?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   :x: Patch coverage is `26.08696%` with `17 lines` in your changes missing 
coverage. Please review.
   :white_check_mark: Project coverage is 44.90%. Comparing base 
([`fd20018`](https://app.codecov.io/gh/apache/hudi/commit/fd20018e05f19e42ada28378f9932d76eb17de1c?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache))
 to head 
([`4d40983`](https://app.codecov.io/gh/apache/hudi/commit/4d409834a84f90379cd8022ba83c6c8f9fe43730?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)).
   :warning: Report is 4 commits behind head on master.
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/hudi/pull/18465?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[...src/main/java/org/apache/hudi/io/util/IOUtils.java](https://app.codecov.io/gh/apache/hudi/pull/18465?src=pr&el=tree&filepath=hudi-io%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fhudi%2Fio%2Futil%2FIOUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-aHVkaS1pby9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvaHVkaS9pby91dGlsL0lPVXRpbHMuamF2YQ==)
 | 5.55% | [16 Missing and 1 partial :warning: 
](https://app.codecov.io/gh/apache/hudi/pull/18465?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 |
   > :exclamation:  There is a different number of reports uploaded between 
BASE (fd20018) and HEAD (4d40983). Click for more details.
   > 
   > <details><summary>HEAD has 28 uploads less than BASE</summary>
   >
   >| Flag | BASE (fd20018) | HEAD (4d40983) |
   >|------|------|------|
   >|spark-client-hadoop-common|1|0|
   >|spark-scala-tests|10|0|
   >|spark-java-tests|15|0|
   >|common-and-other-modules|1|0|
   >|utilities|1|0|
   ></details>
   
   <details><summary>Additional details and impacted files</summary>
   
   
   
   ```diff
   @@              Coverage Diff              @@
   ##             master   #18465       +/-   ##
   =============================================
   - Coverage     68.76%   44.90%   -23.86%     
   + Complexity    28086     8478    -19608     
   =============================================
     Files          2451     1196     -1255     
     Lines        134839    61853    -72986     
     Branches      16328     6647     -9681     
   =============================================
   - Hits          92718    27774    -64944     
   + Misses        34793    31051     -3742     
   + Partials       7328     3028     -4300     
   ```
   
   | 
[Flag](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[common-and-other-modules](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `?` | |
   | 
[hadoop-mr-java-client](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `44.90% <26.08%> (-0.03%)` | :arrow_down: |
   | 
[spark-client-hadoop-common](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `?` | |
   | 
[spark-java-tests](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `?` | |
   | 
[spark-scala-tests](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `?` | |
   | 
[utilities](https://app.codecov.io/gh/apache/hudi/pull/18465/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | `?` | |
   
   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=apache#carryforward-flags-in-the-pull-request-comment)
 to find out more.
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/hudi/pull/18465?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 | Coverage Δ | |
   |---|---|---|
   | 
[.../org/apache/hudi/io/hfile/HFileMetaIndexBlock.java](https://app.codecov.io/gh/apache/hudi/pull/18465?src=pr&el=tree&filepath=hudi-io%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fhudi%2Fio%2Fhfile%2FHFileMetaIndexBlock.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-aHVkaS1pby9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvaHVkaS9pby9oZmlsZS9IRmlsZU1ldGFJbmRleEJsb2NrLmphdmE=)
 | `100.00% <100.00%> (+15.78%)` | :arrow_up: |
   | 
[.../org/apache/hudi/io/hfile/HFileRootIndexBlock.java](https://app.codecov.io/gh/apache/hudi/pull/18465?src=pr&el=tree&filepath=hudi-io%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fhudi%2Fio%2Fhfile%2FHFileRootIndexBlock.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-aHVkaS1pby9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvaHVkaS9pby9oZmlsZS9IRmlsZVJvb3RJbmRleEJsb2NrLmphdmE=)
 | `100.00% <100.00%> (+6.81%)` | :arrow_up: |
   | 
[...src/main/java/org/apache/hudi/io/util/IOUtils.java](https://app.codecov.io/gh/apache/hudi/pull/18465?src=pr&el=tree&filepath=hudi-io%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fhudi%2Fio%2Futil%2FIOUtils.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-aHVkaS1pby9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvaHVkaS9pby91dGlsL0lPVXRpbHMuamF2YQ==)
 | `44.85% <5.55%> (-41.66%)` | :arrow_down: |
   
   ... and [2052 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/hudi/pull/18465/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   </details>
   <details><summary> :rocket: New features to boost your workflow: </summary>
   
   - :snowflake: [Test 
Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, 
report on failures, and find test suite problems.
   </details>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to