Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19761#discussion_r151294056
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/SaveIntoDataSourceCommand.scala
---
@@ -49,4 +51,9 @@ case class SaveIntoDataSourceCommand(
Seq.empty[Row]
}
+
+ override def simpleString: String = {
+ val redacted = Utils.redact(SparkEnv.get.conf, options.toSeq).toMap
+ s"SaveIntoDataSourceCommand ${dataSource}, ${redacted}, ${mode}"
--- End diff --
`dataSource ` does not exist in 2.2
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]