-
Notifications
You must be signed in to change notification settings - Fork 89
feat(clp-s)!: Add Timestamp column type to replaceDateString column type; Bump the archive version to 0.5.0.
#1788
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
Merged
gibber9809
merged 54 commits into
y-scope:main
from
gibber9809:clp-s-add-timestamp-column
Feb 17, 2026
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
879e8b9
Remove special cases for indexing the timestamp column.
gibber9809 a0bffeb
Expose heuristic for estimating precision of unknown-precision timest…
gibber9809 28f7261
Remove TimestampPattern::init method and related global.
gibber9809 7a04767
Simplify timestamp dictionary readers and writers.
gibber9809 16512a2
Add Timestamp MPT node.
gibber9809 7435780
Add reader and writer for Timestamp column.
gibber9809 0888f4b
Add write-side changes for parsing timestamps into Timestamp column.
gibber9809 8ce2373
Implement read-side changes for new Timestamp column.
gibber9809 f08307f
Update cmake build.
gibber9809 7f03234
Update tests to handle TimestampColumn
gibber9809 847c6e1
Rename DateString to DeprecatedDateString in comment in webui code.
gibber9809 d8089e8
Merge branch 'main' into clp-s-add-timestamp-column
jackluo923 b4a1e5b
Merge branch 'main' into clp-s-add-timestamp-column
jackluo923 8327233
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 6049808
Simplify string timestamp ingestion using new quoted pattern special …
gibber9809 c8505e4
Get rid of assume_value usage
gibber9809 084a8c2
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 6130b00
Add basic test for timestamp round-tripping.
gibber9809 24240f4
Lint fix.
gibber9809 d2fb8e2
Fix scaling per rabbit comment.
gibber9809 18c1751
Fix clear() per rabbit comment.
gibber9809 8a4d93d
Merge branch 'main' into clp-s-add-timestamp-column
junhaoliao 9c2c3ac
Apply suggestions from code review
gibber9809 6ae885c
Fix compilation error; minor renaming.
gibber9809 0a3e1bb
Renaming suggested in review comment.
gibber9809 6671150
Make generated_pattern a member of TimestampDictionaryWriter
gibber9809 aa2766d
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 aaf738f
Use try_emplace in one more place.
gibber9809 858f1c6
Address rabbit comment.
gibber9809 558ed39
Apply suggestions from code review
gibber9809 8023508
Update comments per code review.
gibber9809 190e843
Remove throw, per review comment.
gibber9809 9be9f90
Update outdated docstrings for get_{begin,end}_timestamp
gibber9809 987c994
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 8e7b403
Apply suggestions from code review
gibber9809 a24d9d8
Address some review comments in TimestampDictionaryReader.cpp
gibber9809 d42ceac
Address review comment.
gibber9809 dd58b56
Use newly defined constant for first version with new timestamp forma…
gibber9809 b86a3e0
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 1681a6a
Go back to communicating timestamps in millisecond precision when ass…
gibber9809 a29d01a
Apply suggestions from code review
gibber9809 2fd0349
Merge branch 'main' into clp-s-add-timestamp-column
gibber9809 b2fd04f
Clean up checks for deprecated timestamp version, per review comments.
gibber9809 5e5a4c8
Update sql for getting timestamp key for presto webui.
gibber9809 3bc858d
Fix bug causing column ID for the authoritative timestamp column to n…
gibber9809 816010d
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 aea7667
Apply suggestions from code review
gibber9809 8fc35ae
Merge branch 'main' into clp-s-add-timestamp-column
gibber9809 d7cbeea
Fix format
gibber9809 e3d8868
Address QueryRunner review comment.
gibber9809 25a1703
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 65cbef2
Merge remote-tracking branch 'upstream/main' into clp-s-add-timestamp…
gibber9809 cdec0d2
Merge branch 'main' into clp-s-add-timestamp-column
junhaoliao 52779b5
Merge branch 'main' into clp-s-add-timestamp-column
gibber9809 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.