zzcclp commented on code in PR #11299:
URL:
https://github.com/apache/incubator-gluten/pull/11299#discussion_r2638303511
##########
gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/clickhouse/ClickHouseTestSettings.scala:
##########
@@ -1385,10 +1385,10 @@ class ClickHouseTestSettings extends
BackendTestSettings {
.includeCH("Spark vectorized reader - with partition data column - select
a single complex field and is null expression in project")
.includeCH("Non-vectorized reader - without partition data column - select
a single complex field and is null expression in project")
.includeCH("Non-vectorized reader - with partition data column - select a
single complex field and is null expression in project")
- .includeCH("Spark vectorized reader - without partition data column -
select nested field from a complex map key using map_keys")
- .includeCH("Spark vectorized reader - with partition data column - select
nested field from a complex map key using map_keys")
- .includeCH("Non-vectorized reader - without partition data column - select
nested field from a complex map key using map_keys")
- .includeCH("Non-vectorized reader - with partition data column - select
nested field from a complex map key using map_keys")
+ .exclude("Spark vectorized reader - without partition data column - select
nested field from a complex map key using map_keys")
Review Comment:
it throw the error below:
```
CAST AS Map from array requires nested tuple of 2 elements. Left type:
Array(Tuple(value Nullable(String))), right type: Map(Tuple(middle
Nullable(String)), Nullable(String)): while converting column `relations` from
type Nullable(Array(Tuple(value Nullable(String)))) to type
Nullable(Map(Tuple(middle Nullable(String)), Nullable(String)))
```
ignore first and fix in another pr ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]