Enable VARCHAR ↔ timestamp_ntz cast native execution in Velox backend#12066
Closed
Mariamalmesfer wants to merge 3 commits into
Closed
Enable VARCHAR ↔ timestamp_ntz cast native execution in Velox backend#12066Mariamalmesfer wants to merge 3 commits into
Mariamalmesfer wants to merge 3 commits into
Conversation
|
Run Gluten Clickhouse CI on x86 |
b443731 to
44652ee
Compare
|
Run Gluten Clickhouse CI on x86 |
8 tasks
rui-mo
reviewed
May 12, 2026
rui-mo
left a comment
Contributor
There was a problem hiding this comment.
Do we already have Velox PRs for VARCHAR ↔ timestamp_ntz support? I assume this hasn’t been added yet.
Contributor
Author
I have opened one in IBM/velox here: IBM/velox#1992 |
44652ee to
d63bd08
Compare
|
Run Gluten Clickhouse CI on x86 |
d63bd08 to
24f1d2a
Compare
|
Run Gluten Clickhouse CI on x86 |
d5bbbf7 to
63fc54b
Compare
24f1d2a to
7c57c3b
Compare
|
Run Gluten Clickhouse CI on x86 |
7c57c3b to
050f40c
Compare
|
Run Gluten Clickhouse CI on x86 |
050f40c to
60678cf
Compare
|
Run Gluten Clickhouse CI on x86 |
60678cf to
bf26579
Compare
|
Run Gluten Clickhouse CI on x86 |
bf26579 to
a2b5cfe
Compare
|
Run Gluten Clickhouse CI on x86 |
4efe05b to
1850f9c
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
1850f9c to
0dba913
Compare
|
Run Gluten Clickhouse CI on x86 |
4b0906a to
17b275c
Compare
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.
Adds TIMESTAMP_NTZ (timestamp without timezone) support to the Velox backend.