SparkQA commented on issue #23531: [SPARK-24497][SQL] Support recursive SQL query URL: https://github.com/apache/spark/pull/23531#issuecomment-599120603 **[Test build #119800 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/119800/testReport)** for PR 23531 at commit [`b262e3e`](https://github.com/apache/spark/commit/b262e3eb813eb396ff836aa5fa21fce1c4deaf9c). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class UnresolvedRecursiveReference(cteName: String, accumulated: Boolean) extends LeafNode ` * `case class RecursiveRelation(` * `case class RecursiveReference(` * `abstract class UnionBase extends LogicalPlan ` * `case class Union(children: Seq[LogicalPlan]) extends UnionBase ` * `case class With(` * `case class RecursiveRelationExec(`
---------------------------------------------------------------- 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]
