imback82 commented on a change in pull request #26921: [SPARK-30282][SQL]
Integrate V2 commands with UnresolvedV2Relation into new resolution framework
URL: https://github.com/apache/spark/pull/26921#discussion_r364554955
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/PlanResolutionSuite.scala
##########
@@ -846,8 +853,8 @@ class PlanResolutionSuite extends AnalysisTest {
TableIdentifier(tblName, None), Map("a" -> "1"), false)
comparePlans(parsed3, expected3)
} else {
- val e = intercept[AnalysisException](parseAndResolve(sql3))
- assert(e.message.contains("DESCRIBE TABLE does not support partition
for v2 tables"))
+ // val e = intercept[AnalysisException](parseAndResolve(sql3))
+ // assert(e.message.contains("DESCRIBE TABLE does not support
partition for v2 tables"))
Review comment:
This logic has moved to `DataSourceV2Strategy`. I will update the tests in
`DataSourceV2SQLSuite.scala`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]