ulysses-you commented on code in PR #39468:
URL: https://github.com/apache/spark/pull/39468#discussion_r1064662748
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/WriteFiles.scala:
##########
@@ -52,6 +52,7 @@ case class WriteFiles(
options: Map[String, String],
staticPartitions: TablePartitionSpec) extends UnaryNode {
override def output: Seq[Attribute] = child.output
+ override protected def stringArgs: Iterator[Any] = Iterator(child)
Review Comment:
it is duplicate with V1WriteCommand
--
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]