cloud-fan commented on code in PR #53232:
URL: https://github.com/apache/spark/pull/53232#discussion_r2566956671
##########
sql/core/src/main/scala/org/apache/spark/sql/classic/Dataset.scala:
##########
@@ -2340,14 +2340,13 @@ class Dataset[T] private[sql](
}
/** Convert to an RDD of serialized ArrowRecordBatches. */
- private[sql] def toArrowBatchRdd(plan: SparkPlan): RDD[Array[Byte]] = {
+ private def toArrowBatchRddImpl(
+ plan: SparkPlan,
Review Comment:
nit: 4 spaces indentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]