Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/19250#discussion_r139234142
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/CreateHiveTableAsSelectCommand.scala
---
@@ -92,7 +92,7 @@ case class CreateHiveTableAsSelectCommand(
}
override def argString: String = {
- s"[Database:${tableDesc.database}}, " +
+ s"[Database:${tableDesc.database}, " +
--- End diff --
totally unrelated typo fix, but didn't seem worth an independent pr
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]