andygrove commented on code in PR #1764: URL: https://github.com/apache/datafusion-comet/pull/1764#discussion_r2101157036
########## spark/src/test/scala/org/apache/comet/exec/CometNativeReaderSuite.scala: ########## @@ -153,7 +153,8 @@ class CometNativeReaderSuite extends CometTestBase with AdaptiveSparkPlanHelper "select c0 from tbl") } - test("native reader - read MAP of value STRUCT fields") { + // https://github.com/apache/datafusion-comet/issues/1754 + ignore("native reader - read MAP of value STRUCT fields") { Review Comment: This test suite is specific to native datafusion/iceberg-compat scans. The fallback is just a temporary workaround until we have the real fix for #1754, then we can re-enable these tests. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org