You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/09/03 07:07:03 UTC

[spark] branch master updated (1fba286 -> 95f1e95)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 1fba286  [SPARK-32781][SQL] Non-ASCII characters are mistakenly omitted in the middle of intervals
     add 95f1e95  [SPARK-32782][SS] Refactor StreamingRelationV2 and move it to catalyst

No new revisions were added by this update.

Summary of changes:
 .../catalyst/streaming/StreamingRelationV2.scala   | 51 ++++++++++++++++++++++
 .../spark/sql/execution/SparkStrategies.scala      |  2 +-
 .../datasources/v2/TableCapabilityCheck.scala      |  3 +-
 .../execution/streaming/MicroBatchExecution.scala  | 11 +++--
 .../execution/streaming/StreamingRelation.scala    | 31 -------------
 .../streaming/continuous/ContinuousExecution.scala |  6 ++-
 .../spark/sql/execution/streaming/memory.scala     |  5 ++-
 .../spark/sql/streaming/DataStreamReader.scala     |  6 +--
 .../sql/connector/TableCapabilityCheckSuite.scala  |  7 +--
 .../apache/spark/sql/streaming/StreamSuite.scala   |  2 +-
 .../apache/spark/sql/streaming/StreamTest.scala    |  1 +
 11 files changed, 77 insertions(+), 48 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/streaming/StreamingRelationV2.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org