coderfender commented on issue #2036: URL: https://github.com/apache/datafusion-comet/issues/2036#issuecomment-3172847452
thank you for the clarification @SparkApplicationMaster . I tried below code and the check fails with a fallback to spark operator. ``` spark.sql("CREATE TABLE tbl (x ARRAY<STRING>, y ARRAY<STRING>) USING parquet; ") spark.sql("insert into table tbl values (array('a', null), array('b','c', null))") val res = spark.sql("select x,y, arrays_overlap(x,y) from tbl") res.show(10) checkSparkAnswerAndOperator(res) ``` <img width="1132" height="398" alt="Image" src="https://github.com/user-attachments/assets/3ff99f05-2e3a-45dd-a1e6-c92b2132d519" /> -- 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