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

    https://github.com/apache/spark/pull/21546#discussion_r203913178
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala ---
    @@ -3349,20 +3385,20 @@ class Dataset[T] private[sql](
         }
       }
     
    -  /** Convert to an RDD of ArrowPayload byte arrays */
    -  private[sql] def toArrowPayload(plan: SparkPlan): RDD[ArrowPayload] = {
    +  /** Convert to an RDD of serialized ArrowRecordBatches. */
    +  private[sql] def getArrowBatchRdd(plan: SparkPlan): RDD[Array[Byte]] = {
    --- End diff --
    
    Yeah, I can't remember why I changed it.. but I think you're right it so 
I'll change it back.


---

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

Reply via email to