andygrove commented on issue #4142:
URL:
https://github.com/apache/datafusion-comet/issues/4142#issuecomment-4372712599
known issue - comet only supports UTF-8 so we need to ignore:
```
- tuplesketch.sql *** FAILED *** (5 seconds, 3 milliseconds)
[info] tuplesketch.sql
[info] Expected Some("struct<utf8_b:double>"), but got Some("struct<>")
Schema did not match for query #152
[info] SELECT tuple_sketch_estimate_double(tuple_sketch_agg_double(key1,
val1)) utf8_b FROM t_string_collation: -- !query
[info] SELECT tuple_sketch_estimate_double(tuple_sketch_agg_double(key1,
val1)) utf8_b FROM t_string_collation
[info] -- !query schema
[info] struct<>
[info] -- !query output
[info] org.apache.comet.CometNativeException
[info] Arrow: Parquet argument error: Parquet error: encountered non UTF-8
data (SQLQueryTestSuite.scala:836)
```
--
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]