jonvex commented on code in PR #10500:
URL: https://github.com/apache/hudi/pull/10500#discussion_r1463610853
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala:
##########
@@ -199,6 +199,31 @@ object HoodieSparkUtils extends SparkAdapterSupport with
SparkVersionsSupport wi
}
}
+ def getJsonRdd(df: DataFrame): RDD[String] = {
+ df.toJSON.rdd
Review Comment:
Maybe, but that method isn't needed so I'm just gonna delete it
--
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]