xushiyan commented on code in PR #6229:
URL: https://github.com/apache/hudi/pull/6229#discussion_r931625286


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/transform/AWSDmsTransformer.java:
##########
@@ -19,8 +19,8 @@
 package org.apache.hudi.utilities.transform;
 
 import org.apache.hudi.common.config.TypedProperties;
-import org.apache.hudi.common.model.AWSDmsAvroPayload;
 import org.apache.hudi.common.util.Option;
+import org.apache.hudi.payload.AWSDmsAvroPayload;
 
 import org.apache.spark.api.java.JavaSparkContext;

Review Comment:
   why this change? the old class is only meant for bwc where users are 
reflection-loading the class via FQCN. internal codebase should always use the 
new class.



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