cloud-fan commented on a change in pull request #30264:
URL: https://github.com/apache/spark/pull/30264#discussion_r518224305



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala
##########
@@ -100,86 +100,6 @@ class DataFrameWriterV2Suite extends QueryTest with 
SharedSparkSession with Befo
     assert(v2.catalog.exists(_ == catalogPlugin))
   }
 
-  case class FakeV2WriteCommand(table: NamedRelation, query: LogicalPlan) 
extends V2WriteCommand
-
-  test("SPARK-33136 output resolved on complex types for V2 write commands") {

Review comment:
       This test doesn't use `DataFrameWriterV2` at all. I moved it to 
`DataSourceV2AnalysisBaseSuite`, so that we don't need the `FakeV2WriteCommand`.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to