kazantsev-maksim commented on code in PR #3875:
URL: https://github.com/apache/datafusion-comet/pull/3875#discussion_r3059848565
##########
spark/src/test/resources/sql-tests/expressions/struct/structs_to_json.sql:
##########
@@ -29,3 +29,11 @@ SELECT to_json(named_struct('a', a, 'b', b)) FROM
test_to_json
-- literal arguments
query spark_answer_only
SELECT to_json(named_struct('a', 1, 'b', 'hello'))
+
+-- query expect_fallback(StructsToJson with options is not supported)
+query ignore("Need support Spark 4.0.0")
Review Comment:
Thanks, added.
--
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]