[GLUTEN-11622][VL] Add basic TIMESTAMP_NTZ type support#11626
[GLUTEN-11622][VL] Add basic TIMESTAMP_NTZ type support#11626rui-mo wants to merge 1 commit intoapache:mainfrom
Conversation
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
| } | ||
|
|
||
| test("cast string to timestamp_ntz") { | ||
| withSQLConf("spark.sql.ansi.enabled" -> "false") { |
There was a problem hiding this comment.
We don't need to add the config since in CI we have an environment to disable them all
|
@rui-mo rebase to main should fix the CK CI issue |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
b024dba to
5c5b836
Compare
|
Run Gluten Clickhouse CI on x86 |
1 similar comment
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
What changes are proposed in this pull request?
Enables TimestampNTZ scan, Arrow conversion and fallback of unsupported function.
Depends on https://github.com/rui-mo/velox-dev/commits/ts_ntz_gluten.
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
No
Related issue: #11622