SparkQA commented on issue #23531: [SPARK-24497][SQL] Support recursive SQL 
query
URL: https://github.com/apache/spark/pull/23531#issuecomment-459103351
 
 
   **[Test build #101897 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/101897/testReport)**
 for PR 23531 at commit 
[`5e6e377`](https://github.com/apache/spark/commit/5e6e37721f5e36f8100c7b14fc405a65f9aea541).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class UnresolvedRecursiveReference(name: String) extends LeafNode 
with LoopEnd `
     * `trait LoopStart `
     * `trait LoopEnd `
     * `case class RecursiveReference(name: String, output: Seq[Attribute]) 
extends LeafNode with LoopEnd `
     * `case class RecursiveReferenceExec(`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to