andygrove commented on code in PR #3709: URL: https://github.com/apache/datafusion-comet/pull/3709#discussion_r2940298702
########## 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: Why is this `spark_answer_only`? Seems like this should work in Comet now? -- 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]
