linliu-code commented on code in PR #13519:
URL: https://github.com/apache/hudi/pull/13519#discussion_r2223090741


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/UpgradeDowngradeUtils.java:
##########
@@ -71,6 +85,15 @@ public class UpgradeDowngradeUtils {
       Pair.of(REPLACE_COMMIT_ACTION, CLUSTERING_ACTION)
   );
   static final Map<String, String> EIGHT_TO_SIX_TIMELINE_ACTION_MAP = 
CollectionUtils.reverseMap(SIX_TO_EIGHT_TIMELINE_ACTION_MAP);
+  static final Set<String> PAYLOAD_CLASSES_TO_HANDLE = new 
HashSet<>(Arrays.asList(
+      AWSDmsAvroPayload.class.getName(),

Review Comment:
   Why not? this is a utils class. This variable is shared among upgrade 
handler and downgrade handler.
   
   



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