comphead commented on issue #2173: URL: https://github.com/apache/datafusion-comet/issues/2173#issuecomment-3198153495
I was able to localize tests ``` 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_iceberg_compat") { testSingleLineQuery( """ |select array(array(false, true), array(false, true)) a, array(false, true) b union all select array(null, null), null |""".stripMargin, "select array_contains(a, b) 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org