nsivabalan commented on a change in pull request #3247:
URL: https://github.com/apache/hudi/pull/3247#discussion_r671605915



##########
File path: 
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala
##########
@@ -21,21 +21,24 @@ package org.apache.hudi
 import org.apache.avro.Schema
 import org.apache.avro.generic.GenericRecord
 import org.apache.hadoop.fs.{FileSystem, Path}
+import org.apache.hudi.client.utils.SparkRowSerDe

Review comment:
       Moved HoodiesparkUtils, SparkAdaptorSupport and SparkAdaptor from 
hudi-spark module to hudi-spark-client module since we wanted to access 
SparkAdaptor from within BuiltInKeygen. 
   If we don't want to move entire HoodiesparkUtils to a diff module, I can 
move just SparkAdaptor and SparkAdaptorSupport to hudi-spark-client module and 
create another class locally similar to HoodieSparkUtils in this module and 
expose createSparkRowSerDe




-- 
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]


Reply via email to