-
- Downloads
[SPARK-15483][SQL] IncrementalExecution should use extra strategies.
## What changes were proposed in this pull request? Extra strategies does not work for streams because `IncrementalExecution` uses modified planner with stateful operations but it does not include extra strategies. This pr fixes `IncrementalExecution` to include extra strategies to use them. ## How was this patch tested? I added a test to check if extra strategies work for streams. Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #13261 from ueshin/issues/SPARK-15483.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/IncrementalExecution.scala 2 additions, 1 deletion.../spark/sql/execution/streaming/IncrementalExecution.scala
- sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala 15 additions, 0 deletions...st/scala/org/apache/spark/sql/streaming/StreamSuite.scala
Please register or sign in to comment