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: [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]

Reply via email to