Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add APIs for time-travel read #33

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

xushiyan
Copy link
Member

@xushiyan xushiyan commented Jul 2, 2024

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

@xushiyan xushiyan added this to the release-0.1.0 milestone Jul 2, 2024
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 90.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 90.63%. Comparing base (d5f2231) to head (83485d0).

Files Patch % Lines
crates/core/src/table/mod.rs 81.81% 4 Missing ⚠️
crates/core/src/table/timeline.rs 88.88% 2 Missing ⚠️
crates/datafusion/src/lib.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
- Coverage   90.92%   90.63%   -0.30%     
==========================================
  Files          10       10              
  Lines         463      491      +28     
==========================================
+ Hits          421      445      +24     
- Misses         42       46       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xushiyan xushiyan merged commit 199a25d into apache:main Jul 2, 2024
4 of 6 checks passed
@xushiyan xushiyan deleted the add-snapshot-timetravel-api branch July 2, 2024 20:48
@xushiyan xushiyan mentioned this pull request Jul 12, 2024
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant