comphead commented on issue #3346:
URL:
https://github.com/apache/datafusion-comet/issues/3346#issuecomment-3955748940
Looks like it is fixed in df52
```
test("native reader - array_contains") {
withSQLConf(
CometConf.COMET_EXEC_ENABLED.key -> "true",
SQLConf.USE_V1_SOURCE_LIST.key -> "parquet",
CometConf.COMET_ENABLED.key -> "true",
CometConf.COMET_EXPLAIN_FALLBACK_ENABLED.key -> "true",
CometConf.COMET_NATIVE_SCAN_IMPL.key -> "native_datafusion") {
testSingleLineQuery(
"""
|select cast(array() as array<int>) as a
|""".stripMargin,
"select array_contains(a, 2) from tbl")
}
}
```
--
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]