You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roll forward "[SPARK-23096][SS] Migrate rate source to V2"
## What changes were proposed in this pull request?
Roll forward c68ec4e (apache#20688).
There are two minor test changes required:
* An error which used to be TreeNodeException[ArithmeticException] is no longer wrapped and is now just ArithmeticException.
* The test framework simply does not set the active Spark session. (Or rather, it doesn't do so early enough - I think it only happens when a query is analyzed.) I've added the required logic to SQLTestUtils.
## How was this patch tested?
existing tests
Author: Jose Torres <[email protected]>
Author: jerryshao <[email protected]>
Closesapache#20922 from jose-torres/ratefix.
Copy file name to clipboardExpand all lines: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousRateStreamSource.scala
0 commit comments