cloud-fan commented on a change in pull request #23918: [SPARK-27011] reset
command fails with cache
URL: https://github.com/apache/spark/pull/23918#discussion_r263997365
##########
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:
yes, you moved it to catalyst. Can we make it more general then? I think
it's not only commands that can skip cache lookup.
----------------------------------------------------------------
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]