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


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/utils/TestCommonClientUtils.java:
##########
@@ -95,14 +95,16 @@ private static Stream<Arguments> 
provideValidTableVersionWriteVersionPairs() {
             generateSameVersionCases()
         ),
         Stream.of(
-            // Rule 3: special case - upgrade scenario (table > 6, table < 9, 
writer = 6)
+            // Rule 3: downgrade scenarios
             Arguments.of(HoodieTableVersion.SEVEN, HoodieTableVersion.SIX, 
true),
             Arguments.of(HoodieTableVersion.EIGHT, HoodieTableVersion.SIX, 
true),
+            Arguments.of(HoodieTableVersion.NINE, HoodieTableVersion.SIX, 
true),
 
             // Rule 4: otherwise disallowed - table > writer (except special 
case above)

Review Comment:
   Fix the comment.



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