[GitHub] spark pull request #21017: [SPARK-23748][SS] Fix SS continuous process doesn...

2018-04-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/21017


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #21017: [SPARK-23748][SS] Fix SS continuous process doesn...

2018-04-09 Thread jerryshao
GitHub user jerryshao opened a pull request:

https://github.com/apache/spark/pull/21017

[SPARK-23748][SS] Fix SS continuous process doesn't support SubqueryAlias 
issue

## What changes were proposed in this pull request?

Current SS continuous doesn't support processing on temp table or 
`df.as("xxx")`, SS will throw an exception as LogicalPlan not supported, 
details described in [here](https://issues.apache.org/jira/browse/SPARK-23748).

So here propose to add this support.

## How was this patch tested?

new UT.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jerryshao/apache-spark SPARK-23748

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/21017.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 #21017


commit 03ca4ec3136253d7087bcaa67bdc1401a7de90fc
Author: jerryshao 
Date:   2018-04-10T01:47:05Z

Fix SS continuous process doesn't support SubqueryAlias issue




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org