nsivabalan commented on issue #4055:
URL: https://github.com/apache/hudi/issues/4055#issuecomment-989123733


   @guanlisheng :  Are you facing the same issue as author or is it diff? 
   If its diff, then here is my response. 
   Transformer is an interface and I see you have mentioned you are using a 
custom transformer. So, I guess we might have to look into the custom 
transformer and see whats happening. 
   ```
   @PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
     Dataset<Row> apply(JavaSparkContext jsc, SparkSession sparkSession, 
Dataset<Row> rowDataset, TypedProperties properties);
   ```
   Hudi just calls into this method for transformation. 


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