0lai0 commented on code in PR #3709: URL: https://github.com/apache/datafusion-comet/pull/3709#discussion_r2943962845
########## spark/src/test/resources/sql-tests/expressions/array/get_array_item.sql: ########## @@ -26,7 +26,7 @@ INSERT INTO test_get_array_item VALUES (array(10, 20, 30), 0), (array(10, 20, 30 query spark_answer_only SELECT arr[0], arr[1], arr[2] FROM test_get_array_item -query ignore(https://github.com/apache/datafusion-comet/issues/3332) +query spark_answer_only Review Comment: Got it! Thanks @andygrove for the reminder. Since the bug is fixed and the Incompatible marking is removed, GetArrayItem should now run natively in Comet. I've updated all three queries to use the default mode. -- 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]
