[ https://issues.apache.org/jira/browse/SPARK-17924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Reynold Xin resolved SPARK-17924. --------------------------------- Resolution: Fixed Fix Version/s: 2.3.0 > Consolidate streaming and batch write path > ------------------------------------------ > > Key: SPARK-17924 > URL: https://issues.apache.org/jira/browse/SPARK-17924 > Project: Spark > Issue Type: Improvement > Components: SQL > Reporter: Reynold Xin > Assignee: Reynold Xin > Fix For: 2.3.0 > > > Structured streaming and normal SQL operation currently have two separate > write path, leading to a lot of duplicated functions (that look similar) and > if branches. The purpose of this ticket is to consolidate the two as much as > possible to make the write path more clear. > A side-effect of this change is that streaming will automatically support all > the file formats. -- 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