[ https://issues.apache.org/jira/browse/SPARK-26300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712296#comment-16712296 ]
Apache Spark commented on SPARK-26300: -------------------------------------- User '10110346' has created a pull request for this issue: https://github.com/apache/spark/pull/23251 > The `checkForStreaming` mothod may be called twice in `createQuery` > --------------------------------------------------------------------- > > Key: SPARK-26300 > URL: https://issues.apache.org/jira/browse/SPARK-26300 > Project: Spark > Issue Type: Improvement > Components: Structured Streaming > Affects Versions: 2.4.0 > Reporter: liuxian > Priority: Minor > > If {{checkForContinuous}} is called ( {{checkForStreaming}} is called in > {{checkForContinuous}} ), the {{checkForStreaming}} mothod will be called > twice in {{createQuery}} , this is not necessary, and the > {{checkForStreaming}} method has a lot of statements, so it's better to > remove one of them. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org