-
Notifications
You must be signed in to change notification settings - Fork 447
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
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20240710) #6383
Conversation
Run Gluten Clickhouse CI |
we need merge due to rebase failed with ClickHouse/ClickHouse#64607 |
5356834
to
dd6950e
Compare
Run Gluten Clickhouse CI |
在 ClickHouse/ClickHouse#54881 之前, //see FunctionsConversion.cpp
if (from_type->haveExplicitNames() && to_type->haveExplicitNames()){
// 根据 name 来查找对应的列
} else {
// 根据索引来查找对应的列
} 对于下面的 SQL: create table test (i1 int , i2 int) stored as parquet;
select named_struct('a', i1, 'b', i2) from test where i1 > 0; 实现中会有如下的
此时,如果 新增 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
===== Performance report for TPCDS SF2000 with Velox backend, for reference only ====
|
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
Auto commit by gluten daily build, please check the build status and merge it if it's green.