Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21948#discussion_r207725389
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousRateStreamSource.scala
---
@@ -89,7 +89,8 @@ class RateStreamContinuousReader(options:
DataSourceOptions) extends ContinuousR
start.runTimeMs,
i,
numPartitions,
- perPartitionRate): InputPartition[InternalRow]
+ perPartitionRate)
+ .asInstanceOf[InputPartition[InternalRow]]
--- End diff --
Okay, sorry about that. I should have looked at the whole diff.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]