-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GLUTEN-1632][CH]Daily Update Clickhouse Version (20240817) (#6903)
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240817) * Add ut for ClickHouse/ClickHouse#68131 > Refer ClickHouse/ClickHouse#68494 (cherry picked from commit 9ec7071c3a0b00038989bdad0891842472d13098) --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
- Loading branch information
1 parent
f41129e
commit 9fcd488
Showing
4 changed files
with
119 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
CH_ORG=Kyligence | ||
CH_BRANCH=rebase_ch/20240815 | ||
CH_COMMIT=d87dbba64fc | ||
CH_BRANCH=rebase_ch/20240817 | ||
CH_COMMIT=ed191291681 |
Binary file not shown.
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"extensions": [ | ||
{ | ||
"extensionFunction": { | ||
"name": "is_not_null:list<i32>" | ||
} | ||
} | ||
], | ||
"relations": [ | ||
{ | ||
"root": { | ||
"input": { | ||
"filter": { | ||
"common": { | ||
"direct": {} | ||
}, | ||
"input": { | ||
"read": { | ||
"common": { | ||
"direct": {} | ||
}, | ||
"baseSchema": { | ||
"names": [ | ||
"f" | ||
], | ||
"struct": { | ||
"types": [ | ||
{ | ||
"list": { | ||
"type": { | ||
"i32": { | ||
"nullability": "NULLABILITY_NULLABLE" | ||
} | ||
}, | ||
"nullability": "NULLABILITY_NULLABLE" | ||
} | ||
} | ||
] | ||
}, | ||
"columnTypes": [ | ||
"NORMAL_COL" | ||
] | ||
}, | ||
"advancedExtension": { | ||
"optimization": { | ||
"@type": "type.googleapis.com/google.protobuf.StringValue", | ||
"value": "isMergeTree=0\n" | ||
} | ||
} | ||
} | ||
}, | ||
"condition": { | ||
"scalarFunction": { | ||
"outputType": { | ||
"bool": { | ||
"nullability": "NULLABILITY_REQUIRED" | ||
} | ||
}, | ||
"arguments": [ | ||
{ | ||
"value": { | ||
"selection": { | ||
"directReference": { | ||
"structField": {} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"names": [ | ||
"f#0" | ||
], | ||
"outputSchema": { | ||
"types": [ | ||
{ | ||
"list": { | ||
"type": { | ||
"i32": { | ||
"nullability": "NULLABILITY_NULLABLE" | ||
} | ||
}, | ||
"nullability": "NULLABILITY_REQUIRED" | ||
} | ||
} | ||
], | ||
"nullability": "NULLABILITY_REQUIRED" | ||
} | ||
} | ||
} | ||
] | ||
} |