ajithme commented on a change in pull request #23918: [SPARK-27011] reset
command fails with cache
URL: https://github.com/apache/spark/pull/23918#discussion_r263997875
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/Command.scala
##########
@@ -28,3 +28,6 @@ trait Command extends LogicalPlan {
override def output: Seq[Attribute] = Seq.empty
override def children: Seq[LogicalPlan] = Seq.empty
}
+
+/** Mark that the command can be skipped from cache lookup */
Review comment:
I have moved it to a diff scala file, would that suffice.?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]