[jira] [Commented] (SPARK-27484) Create the streaming writing logical plan node before query is analyzed

2020-10-07 Thread Dongjoon Hyun (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-27484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17209755#comment-17209755
 ] 

Dongjoon Hyun commented on SPARK-27484:
---

It seems that [~kabhwan] also hits this issue and documents it in his 
SPARK-32896 PR like the following.
- 
https://github.com/apache/spark/pull/29767/files#diff-d35e8fce09686073f81de598ed657de7R314-R319
{code}
  // Currently we don't create a logical streaming writer node in logical 
plan, so cannot rely
   // on analyzer to resolve it. Directly lookup only for temp view to 
provide clearer message.
   // TODO (SPARK-27484): we should add the writing node before the plan is 
analyzed.
   if 
(df.sparkSession.sessionState.catalog.isTempView(originalMultipartIdentifier)) {
 throw new AnalysisException(s"Temporary view $tableName doesn't 
support streaming write")
   }
{code}

> Create the streaming writing logical plan node before query is analyzed
> ---
>
> Key: SPARK-27484
> URL: https://issues.apache.org/jira/browse/SPARK-27484
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 3.1.0
>Reporter: Wenchen Fan
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (SPARK-27484) Create the streaming writing logical plan node before query is analyzed

2020-09-06 Thread Hyukjin Kwon (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-27484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191394#comment-17191394
 ] 

Hyukjin Kwon commented on SPARK-27484:
--

I agree. Can we fill the PR description?

> Create the streaming writing logical plan node before query is analyzed
> ---
>
> Key: SPARK-27484
> URL: https://issues.apache.org/jira/browse/SPARK-27484
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 3.1.0
>Reporter: Wenchen Fan
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (SPARK-27484) create the streaming writing logical plan node before query is analyzed

2020-09-06 Thread Jungtaek Lim (Jira)


[ 
https://issues.apache.org/jira/browse/SPARK-27484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17191393#comment-17191393
 ] 

Jungtaek Lim commented on SPARK-27484:
--

Shall we elaborate more on the description if you don't mind? There's no 
context on the issue, so it's not easy for someone to take up.

> create the streaming writing logical plan node before query is analyzed
> ---
>
> Key: SPARK-27484
> URL: https://issues.apache.org/jira/browse/SPARK-27484
> Project: Spark
>  Issue Type: Improvement
>  Components: SQL
>Affects Versions: 3.1.0
>Reporter: Wenchen Fan
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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