feat: support more timestamp formats for time-travel and incremental APIs#302
Merged
xushiyan merged 10 commits intoapache:mainfrom May 29, 2025
hanbings:iso8601-support
Merged
feat: support more timestamp formats for time-travel and incremental APIs#302xushiyan merged 10 commits intoapache:mainfrom hanbings:iso8601-support
xushiyan merged 10 commits intoapache:mainfrom
hanbings:iso8601-support
Conversation
Contributor
Author
|
hi, it seems that there are some dependency conflicts here (in Github Actions). |
Member
|
hi @hanbings sorry for the delay - the issue should have been resolved, could you rebase master please? |
Codecov ReportAttention: Patch coverage is
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. 🚀 New features to boost your workflow:
|
xushiyan
reviewed
Apr 13, 2025
xushiyan
approved these changes
May 29, 2025
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added support for epoch timestamps and RFC3339 formats as described in issues.
closes #261
How are the changes test-covered