LuciferYang commented on code in PR #51046:
URL: https://github.com/apache/spark/pull/51046#discussion_r2124308924
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/SchemaPruningSuite.scala:
##########
@@ -658,16 +658,55 @@ abstract class SchemaPruningSuite
|where not exists (select null from employees e where e.name.first
= c.name.first
| and e.employer.name = c.employer.company.name)
|""".stripMargin)
+ // TODO: enable this check once we fix the schema pruning for V1
nested columns
+ /**
Review Comment:
If V1 hasn't figured out how to fix it yet, perhaps we could temporarily
check for different outcomes based on whether `dataSourceName` is included in
the result of `SQLConf.USE_V1_SOURCE_LIST`?
This is still better than commenting out the assertion
--
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]