Omega359 commented on PR #18332:
URL: https://github.com/apache/datafusion/pull/18332#issuecomment-3469220380

   sqllogictests will need to be updated.
   
   ```
   4. query is expected to fail with error:
        (regex) DataFusion error: Arrow error: Cast error: Cannot cast string 
'a' to value of Int64 type
   but got error:
        DataFusion error: Optimizer rule 'simplify_expressions' failed
   caused by
   Arrow error: Cast error: Cannot cast string 'a' to value of Int64 type
   [SQL] SELECT map_keys(MAP { 'a': 1, 2: 3 });
   at /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/map.slt:712
   ```
   


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