[ https://issues.apache.org/jira/browse/SPARK-21713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136965#comment-16136965 ]
Jose Torres commented on SPARK-21713: ------------------------------------- On further analysis, the old model may be correct. Logical plan analysis doesn't (currently) care about the output mode as such; it only cares whether a plan node contains data from a streaming source, which is the existing documented semantic of the isStreaming bit. > Replace LogicalPlan.isStreaming with OutputMode > ----------------------------------------------- > > Key: SPARK-21713 > URL: https://issues.apache.org/jira/browse/SPARK-21713 > Project: Spark > Issue Type: Improvement > Components: SQL, Structured Streaming > Affects Versions: 2.2.0 > Reporter: Jose Torres > > The isStreaming bit in LogicalPlan is based on an old model. Switching to > OutputMode will allow us to more easily integrate with things that require > specific OutputModes. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org