Re: [PR] feat: add APIs for time-travel read [hudi-rs]

2024-07-02 Thread via GitHub


xushiyan merged PR #33:
URL: https://github.com/apache/hudi-rs/pull/33


-- 
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: commits-unsubscr...@hudi.apache.org

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



Re: [PR] feat: add APIs for time-travel read [hudi-rs]

2024-07-02 Thread via GitHub


codecov[bot] commented on PR #33:
URL: https://github.com/apache/hudi-rs/pull/33#issuecomment-2204272848

   ## 
[Codecov](https://app.codecov.io/gh/apache/hudi-rs/pull/33?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 Report
   Attention: Patch coverage is `83.58209%` with `11 lines` in your changes 
missing coverage. Please review.
   > Project coverage is 89.54%. Comparing base 
[(`d5f2231`)](https://app.codecov.io/gh/apache/hudi-rs/commit/d5f2231d838c854f6992902855df9732cfd878cf?dropdown=coverage=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 to head 
[(`9d73320`)](https://app.codecov.io/gh/apache/hudi-rs/commit/9d733201100c6b3e7b7c18c77abb9a63edd5120f?dropdown=coverage=desc_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   | 
[Files](https://app.codecov.io/gh/apache/hudi-rs/pull/33?dropdown=coverage=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 | Patch % | Lines |
   |---|---|---|
   | 
[crates/core/src/table/mod.rs](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree=crates%2Fcore%2Fsrc%2Ftable%2Fmod.rs_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache#diff-Y3JhdGVzL2NvcmUvc3JjL3RhYmxlL21vZC5ycw==)
 | 81.81% | [4 Missing :warning: 
](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 |
   | 
[crates/core/src/table/timeline.rs](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree=crates%2Fcore%2Fsrc%2Ftable%2Ftimeline.rs_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache#diff-Y3JhdGVzL2NvcmUvc3JjL3RhYmxlL3RpbWVsaW5lLnJz)
 | 76.47% | [4 Missing :warning: 
](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 |
   | 
[crates/core/src/file\_group/mod.rs](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree=crates%2Fcore%2Fsrc%2Ffile_group%2Fmod.rs_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache#diff-Y3JhdGVzL2NvcmUvc3JjL2ZpbGVfZ3JvdXAvbW9kLnJz)
 | 77.77% | [2 Missing :warning: 
](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 |
   | 
[crates/datafusion/src/lib.rs](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree=crates%2Fdatafusion%2Fsrc%2Flib.rs_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache#diff-Y3JhdGVzL2RhdGFmdXNpb24vc3JjL2xpYi5ycw==)
 | 66.66% | [1 Missing :warning: 
](https://app.codecov.io/gh/apache/hudi-rs/pull/33?src=pr=tree_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)
 |
   
   Additional details and impacted files
   
   
   ```diff
   @@Coverage Diff @@
   ## main  #33  +/-   ##
   ==
   - Coverage   90.92%   89.54%   -1.38% 
   ==
 Files  10   10  
 Lines 463  488  +25 
   ==
   + Hits  421  437  +16 
   - Misses 42   51   +9 
   ```
   
   
   
   [:umbrella: View full report in Codecov by 
Sentry](https://app.codecov.io/gh/apache/hudi-rs/pull/33?dropdown=coverage=pr=continue_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   
   :loudspeaker: Have feedback on the report? [Share it 
here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache).
   


-- 
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: commits-unsubscr...@hudi.apache.org

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



[PR] feat: add APIs for time-travel read [hudi-rs]

2024-07-02 Thread via GitHub


xushiyan opened a new pull request, #33:
URL: https://github.com/apache/hudi-rs/pull/33

   Add new table APIs `read_snapshot()` and `read_snapshot_as_of()` for 
snapshot and time travel reads.


-- 
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: commits-unsubscr...@hudi.apache.org

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