LuciferYang commented on code in PR #51046:
URL: https://github.com/apache/spark/pull/51046#discussion_r2124311699


##########
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:
   TODO should be used with a JIRA ticket.



-- 
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]

Reply via email to