rahil-c commented on code in PR #13948:
URL: https://github.com/apache/hudi/pull/13948#discussion_r2370333337
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/table/upgrade/TestUpgradeDowngrade.java:
##########
@@ -71,13 +71,19 @@
public class TestUpgradeDowngrade extends SparkClientFunctionalTestHarness {
private static final Logger LOG =
LoggerFactory.getLogger(TestUpgradeDowngrade.class);
- private static final String FIXTURES_BASE_PATH =
"/upgrade-downgrade-fixtures/mor-tables/";
@TempDir
java.nio.file.Path tempDir;
private HoodieTableMetaClient metaClient;
+ private static String getFixturesBasePath(String suffix) {
+ if (suffix.contains("complex-keygen")) {
+ return "/upgrade-downgrade-fixtures/complex-keygen-tables/";
+ }
+ return "/upgrade-downgrade-fixtures/maintenance-tables/";
Review Comment:
I think i just added the -mor suffix to table name as well to be consistent
with what we did for complex key gen tables
<img width="339" height="241" alt="Screenshot 2025-09-22 at 2 20 00 PM"
src="https://github.com/user-attachments/assets/f9b72283-86a6-45b1-8d66-4e6db09d7778"
/>
--
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]