comphead opened a new issue, #2321:
URL: https://github.com/apache/datafusion-comet/issues/2321

   ### Describe the bug
   
   ```
   Caused by: org.apache.comet.CometNativeException: Cannot evaluate binary 
expression because of type mismatch: left List(Field { name: "item", data_type: 
Utf8, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} }), 
right List(Field { name: "item", data_type: Utf8, nullable: true, dict_id: 0, 
dict_is_ordered: false, metadata: {} }) .
   This issue was likely caused by a bug in DataFusion's code. Please help us 
to resolve this by filing a bug report in our issue tracker: 
https://github.com/apache/datafusion/issues
   
   ```
   
   ### Steps to reproduce
   
   ```
     test("native reader - nested type comparison") {
       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 map('a', 1) m
             |""".stripMargin,
           "select map_keys(m) != array('a') from tbl")
       }
     }
   ```
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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.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

Reply via email to