Enable hour(timestamp_ntz) native execution in Velox backend#12064
Enable hour(timestamp_ntz) native execution in Velox backend#12064Mariamalmesfer wants to merge 1 commit into
Conversation
|
Run Gluten Clickhouse CI on x86 |
a6f6da4 to
1caa32d
Compare
|
Run Gluten Clickhouse CI on x86 |
|
@Mariamalmesfer The failed tests seem to be related. Would you please take a look? |
1caa32d to
6eb56a9
Compare
|
Run Gluten Clickhouse CI on x86 |
6eb56a9 to
2ca0457
Compare
|
Run Gluten Clickhouse CI on x86 |
2ca0457 to
9a8604b
Compare
|
Run Gluten Clickhouse CI on x86 |
9a8604b to
e893155
Compare
|
Run Gluten Clickhouse CI on x86 |
e893155 to
516ee09
Compare
|
Run Gluten Clickhouse CI on x86 |
516ee09 to
4a9d538
Compare
|
Run Gluten Clickhouse CI on x86 |
|
This PR depends on facebookincubator/velox#17557, which registers hour(TIMESTAMP UTC) in Velox. The CI failure is expected once that Velox PR merges and Gluten updates its pinned Velox version, this PR will be ready. |
4a9d538 to
9b8a205
Compare
|
Run Gluten Clickhouse CI on x86 |
rui-mo
left a comment
There was a problem hiding this comment.
Hi @Mariamalmesfer, you can point this PR to your Velox PR by updating https://github.com/apache/gluten/blob/main/ep/build-velox/src/get-velox.sh#L28 with your PR number. This will allow us to run and verify the Gluten tests against your changes.
9b8a205 to
7422824
Compare
|
Run Gluten Clickhouse CI on x86 |
7422824 to
626d5a2
Compare
|
Run Gluten Clickhouse CI on x86 |
626d5a2 to
f083737
Compare
|
Run Gluten Clickhouse CI on x86 |
f083737 to
9fbd231
Compare
|
Run Gluten Clickhouse CI on x86 |
9fbd231 to
6eff3a9
Compare
|
Run Gluten Clickhouse CI on x86 |
Enable hour(timestamp_ntz) to run natively in the Velox backend instead of falling back to Spark.