rahil-c commented on code in PR #13948: URL: https://github.com/apache/hudi/pull/13948#discussion_r2386226299
########## hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/README.md: ########## @@ -37,15 +43,6 @@ All fixture tables use a consistent simple schema: - `ts` (long) - Timestamp - `partition` (string) - Partition value -## Table Structure - -Each fixture table contains: -- 2-3 base files (parquet) -- 2-3 log files -- Multiple committed instants -- 1 pending/failed write (for rollback testing) -- Basic .hoodie metadata structure Review Comment: Added this ``` ### MOR Tables (`mor-tables/`) Tables that include table service operations such as (compaction, clustering, archival, cleaning): - `hudi-v6-mor-table.zip` - Hudi 0.14.0, Table Version 6 - `hudi-v8-mor-table.zip` - Hudi 1.0.2, Table Version 8 - `hudi-v9-mor-table.zip` - Hudi 1.1.0, Table Version 9 ### Complex Key Generator Tables (`complex-keygen-tables/`) Tables that use complex key generators for testing key generator compatibility: - `hudi-v6-table-complex-keygen.zip` - Hudi 0.14.0, Table Version 6 - `hudi-v8-table-complex-keygen.zip` - Hudi 1.0.2, Table Version 8 - `hudi-v9-table-complex-keygen.zip` - Hudi 1.1.0, Table Version 9 ### Unsupported Tables (`unsupported-upgrade-tables`) Tables that are not supported for upgrade/downgrade testing such as v4 and v5 that we expect to throw exception and catch. - `hudi-v4-mor-table.zip` - Hudi 0.14.0, Table Version 4 - `hudi-v5-mor-table.zip` - Hudi 0.14.0, Table Version 5 ``` -- 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]
