Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19708#discussion_r150301991
--- 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 --
`SaveIntoDataSourceCommand ` is not being used for JDBC only.
`JDBCRelation::toString` was already fixed in
https://github.com/apache/spark/pull/15975 ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]