[
https://issues.apache.org/jira/browse/SPARK-18908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shixiong Zhu resolved SPARK-18908.
----------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
2.1.1
> It's hard for the user to see the failure if StreamExecution fails to create
> the logical plan
> ---------------------------------------------------------------------------------------------
>
> Key: SPARK-18908
> URL: https://issues.apache.org/jira/browse/SPARK-18908
> Project: Spark
> Issue Type: Bug
> Components: Structured Streaming
> Affects Versions: 2.1.0
> Reporter: Shixiong Zhu
> Assignee: Shixiong Zhu
> Priority: Critical
> Fix For: 2.1.1, 2.2.0
>
>
> If the logical plan fails to create, e.g., some Source options are invalid,
> the user cannot use the code to detect the failure. The only place receiving
> this error is Thread's UncaughtExceptionHandler.
> This bug is because logicalPlan is lazy, and when we try to create
> StreamingQueryException to wrap the exception thrown by creating logicalPlan,
> it calls logicalPlan agains.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]