codope commented on code in PR #12720:
URL: https://github.com/apache/hudi/pull/12720#discussion_r1932473433
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/payload/ExpressionPayload.scala:
##########
@@ -572,5 +558,35 @@ object ExpressionPayload {
SERIALIZER_THREAD_LOCAL.get.deserialize(ByteBuffer.wrap(bytes))
}
}
+
+ private def convertToRecord(values: Array[AnyRef], schema: Schema):
GenericRecord = {
Review Comment:
no logic change.. just moved to the object level
--
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]