-
Notifications
You must be signed in to change notification settings - Fork 99
refactor(clickhouse): extract formatDateTime64 to shared utils #1817
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
Closed
koxudaxi
wants to merge
1
commit into
01-06-test_python_add_e2e_clickhouse_verification_script
from
01-06-test_clickhouse_add_local_clickhouse_verification_script
Closed
Conversation
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 was referenced Jan 6, 2026
Collaborator
Author
This was referenced Jan 6, 2026
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
v2-docs | bbb5d6a | Jan 08 2026, 02:47 PM |
8bd2d15 to
58938a8
Compare
8beeb60 to
19d712e
Compare
58938a8 to
c837ed8
Compare
30675b3 to
371b355
Compare
c837ed8 to
00c2766
Compare
371b355 to
bd3bb06
Compare
00c2766 to
0ccab8e
Compare
bd3bb06 to
ccc73d0
Compare
b9ec121 to
ec6fb78
Compare
ccc73d0 to
5d7273b
Compare
ec6fb78 to
33aa4e1
Compare
2011761 to
dbb502d
Compare
cd03adc to
1c6fd0c
Compare
17766d0 to
a1ff199
Compare
17dc3da to
25c98a6
Compare
a1ff199 to
729a62d
Compare
8ed19df to
c1a3ec7
Compare
32e0583 to
e9d7873
Compare
92fdfd7 to
b3a1f41
Compare
8f24ac7 to
e9b13c9
Compare
f9dfbfb to
193b184
Compare
0072fb2 to
83c851a
Compare
6f0afe4 to
b87ac33
Compare
83c851a to
3d2d048
Compare
b87ac33 to
18f40b2
Compare
3d2d048 to
e480291
Compare
18f40b2 to
ad60f5d
Compare
e480291 to
1300d75
Compare
ad60f5d to
bbb5d6a
Compare
1300d75 to
439e129
Compare
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.

TL;DR
Improved ClickHouse integration with better date formatting and search functionality.
What changed?
clickhouse/utils.ts) with testshasTokentopositionto properly support underscores in search queriesHow to test?
Why make this change?
hasTokentreated underscores as separators, breaking searches for span names containing underscores