GitHub user gbloisi opened a pull request:
https://github.com/apache/spark/pull/22936
Support WITH clause (CTE) in subqueries
Because of SPARK-17590 support of WITH clause (CTE) in subqueries requires
only grammar support.
Test for augmented syntax is provided.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gbloisi/spark SPARK-19799
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22936.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22936
----
commit 66cd5379a17e05707ae162bb20e9c64812737d78
Author: Giambattista Bloisi <gbloisi@...>
Date: 2018-11-03T16:04:09Z
Because of SPARK-17590 support of WITH clause in subqueries requires only
grammar support.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]