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



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala
##########
@@ -101,6 +100,86 @@ 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:
       does this bug only affects complex types?




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