-
- Downloads
[SPARK-21216][SS] Hive strategies missed in Structured Streaming IncrementalExecution
## What changes were proposed in this pull request? If someone creates a HiveSession, the planner in `IncrementalExecution` doesn't take into account the Hive scan strategies. This causes joins of Streaming DataFrame's with Hive tables to fail. ## How was this patch tested? Regression test Author: Burak Yavuz <brkyvz@gmail.com> Closes #18426 from brkyvz/hive-join.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/IncrementalExecution.scala 4 additions, 0 deletions.../spark/sql/execution/streaming/IncrementalExecution.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 40 additions, 1 deletion...la/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
Please register or sign in to comment