You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by rdblue <gi...@git.apache.org> on 2018/08/01 15:54:36 UTC

[GitHub] spark pull request #21921: [SPARK-24971][SQL] remove SupportsDeprecatedScanR...

Github user rdblue commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21921#discussion_r206935176
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/continuous/ContinuousRateStreamSource.scala ---
    @@ -91,7 +90,7 @@ class RateStreamContinuousReader(options: DataSourceOptions)
             i,
             numPartitions,
             perPartitionRate)
    -        .asInstanceOf[InputPartition[Row]]
    +        .asInstanceOf[InputPartition[InternalRow]]
    --- End diff --
    
    Why is this cast necessary?


---

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