peterxcli commented on issue #3386: URL: https://github.com/apache/datafusion-comet/issues/3386#issuecomment-4787828389
Thanks @comphead for checking this out! the failed test cases: ```sql query select map_contains_key(map(1, 'a', 2, 'b'), 5) query select map_contains_key(map(1, 'a', 2, 'b'), 1) query spark_answer_only select map_contains_key(map(1, 'a', 2, 'b'), 5.0) query spark_answer_only select map_contains_key(map(1, 'a', 2, 'b'), 1.0) query spark_answer_only select map_contains_key(map(1.0, 'a', 2, 'b'), 5) query spark_answer_only select map_contains_key(map(1.0, 'a', 2, 'b'), 1) ``` > Comet should already be using maps, however it lacks the support for map literal [#1937](https://github.com/apache/datafusion-comet/issues/1937) So looks like this issue is sub-item of https://github.com/apache/datafusion-comet/issues/1937? Could you please help to convert this issue? -- 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]
