andygrove commented on code in PR #3361: URL: https://github.com/apache/datafusion-comet/pull/3361#discussion_r2764433555
########## spark/src/test/resources/sql-tests/expressions/bitwise/bitwise.sql: ########## @@ -73,7 +73,7 @@ SELECT bit_get(i, pos) FROM test_bit_get query SELECT 1111 & 2, 1111 | 2, 1111 ^ 2 -query ignore(https://github.com/apache/datafusion-comet/issues/3341) +query spark_answer_only Review Comment: These tests should not need `spark_answer_only` if they are now running correctly in Comet? ```suggestion query ``` -- 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]
