You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…apache#7211)
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
(Fixes: apache#6816)
How was this patch tested?
GlutenDataFrameFunctionsSuite
"arrays zip_with function - for non-primitive types"
"arrays zip_with function - for non-primitive types"
"arrays zip_with function - invalid"
Description
Spark zip_with(arr1, arr2, func) = CH arrayMap(func, arrayZipUnaigned(arr1, arr2))
Current work depends on another CH pr: ClickHouse/ClickHouse#69030 , which is under review.
The text was updated successfully, but these errors were encountered: