Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19708#discussion_r150150720
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/SaveIntoDataSourceCommand.scala
---
@@ -46,4 +46,6 @@ case class SaveIntoDataSourceCommand(
Seq.empty[Row]
}
+
+ override def simpleString: String = s"SaveIntoDataSourceCommand
${dataSource}, ${mode}"
--- End diff --
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/Utils.scala#L2631-L2638
Reuse `spark.redaction.regex`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]