Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/6747#discussion_r32299009
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/commands.scala ---
@@ -76,47 +78,93 @@ private[sql] case class ExecutedCommand(cmd:
RunnableCommand) extends SparkPlan
*/
@DeveloperApi
case class SetCommand(
- kv: Option[(String, Option[String])],
- override val output: Seq[Attribute])
+ kv: Option[(String, Option[String])])
--- End diff --
Nit: Seems that we can remove the newline here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]