Skip to content

feat: support more timestamp formats for time-travel and incremental APIs#302

Merged
xushiyan merged 10 commits intoapache:mainfrom
hanbings:iso8601-support
May 29, 2025
Merged

feat: support more timestamp formats for time-travel and incremental APIs#302
xushiyan merged 10 commits intoapache:mainfrom
hanbings:iso8601-support

Conversation

@hanbings
Copy link
Contributor

@hanbings hanbings commented Feb 24, 2025

Description

Added support for epoch timestamps and RFC3339 formats as described in issues.

closes #261

How are the changes test-covered

  • N/A
  • Automated tests (unit and/or integration tests)
  • Manual tests
    • Details are described below

@hanbings hanbings requested a review from xushiyan as a code owner February 24, 2025 09:39
@hanbings
Copy link
Contributor Author

hanbings commented Mar 15, 2025

hi, it seems that there are some dependency conflicts here (in Github Actions).
how should we proceed with the next step?

@xushiyan
Copy link
Member

hi @hanbings sorry for the delay - the issue should have been resolved, could you rebase master please?

@codecov
Copy link

codecov bot commented Apr 13, 2025

Codecov Report

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

Project coverage is 88.11%. Comparing base (fef8b3f) to head (9de5644).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/timeline/util.rs 93.33% 4 Missing ⚠️
crates/core/src/table/mod.rs 62.50% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #302      +/-   ##
==========================================
+ Coverage   87.79%   88.11%   +0.32%     
==========================================
  Files          40       41       +1     
  Lines        2220     2289      +69     
==========================================
+ Hits         1949     2017      +68     
- Misses        271      272       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xushiyan xushiyan added this to the release-0.4.0 milestone May 29, 2025
@xushiyan xushiyan changed the title feat: iso8601 support in Time-travel & Incremental API feat: support more timestamp formats for time-travel and incremental APIs May 29, 2025
@xushiyan xushiyan merged commit ebdbeb8 into apache:main May 29, 2025
12 checks passed
@xushiyan xushiyan mentioned this pull request Jun 30, 2025
16 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.

Time-travel & Incremental API to support more timestamp formats

2 participants