This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 8a0398ccf133 perf: Lazily convert payload records to byte array format
(#14000)
add 21faf1fd6c00 test: Improve upgrade/downgrade test fixtures framework
for 1.1 testing (#13948)
No new revisions were added by this update.
Summary of changes:
.../hudi/table/upgrade/TestUpgradeDowngrade.java | 117 +++++---------
.../resources/upgrade-downgrade-fixtures/README.md | 168 +++++++++------------
.../hudi-v6-table-complex-keygen.zip | Bin 0 -> 67306 bytes
.../hudi-v8-table-complex-keygen.zip | Bin
.../hudi-v9-table-complex-keygen.zip | Bin 0 -> 137674 bytes
.../generate-fixtures.sh | 51 ++++---
.../mor-tables/hudi-v6-table-complex-keygen.zip | Bin 67342 -> 0 bytes
.../mor-tables/hudi-v6-table-mor.zip | Bin 0 -> 200994 bytes
.../mor-tables/hudi-v8-table-mor.zip | Bin 0 -> 920833 bytes
.../mor-tables/hudi-v9-table-complex-keygen.zip | Bin 137899 -> 0 bytes
.../mor-tables/hudi-v9-table-mor.zip | Bin 0 -> 457140 bytes
.../scala-templates/generate-fixture-mor-v9.scala | 155 +++++++++++++++++++
.../scala-templates/generate-fixture-mor.scala | 155 +++++++++++++++++++
.../scala-templates/generate-fixture-v9.scala | 5 +-
.../scala-templates/generate-fixture.scala | 3 +-
.../hudi-v4-table.zip | Bin
.../hudi-v5-table.zip | Bin
.../hudi-v6-table.zip | Bin
.../hudi-v8-table.zip | Bin
.../hudi-v9-table.zip | Bin
.../apache/hudi/functional/TestMORDataSource.scala | 2 +-
21 files changed, 453 insertions(+), 203 deletions(-)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/complex-keygen-tables/hudi-v6-table-complex-keygen.zip
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> complex-keygen-tables}/hudi-v8-table-complex-keygen.zip (100%)
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/complex-keygen-tables/hudi-v9-table-complex-keygen.zip
delete mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/mor-tables/hudi-v6-table-complex-keygen.zip
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/mor-tables/hudi-v6-table-mor.zip
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/mor-tables/hudi-v8-table-mor.zip
delete mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/mor-tables/hudi-v9-table-complex-keygen.zip
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/mor-tables/hudi-v9-table-mor.zip
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/scala-templates/generate-fixture-mor-v9.scala
create mode 100644
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/scala-templates/generate-fixture-mor.scala
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> unsupported-upgrade-tables}/hudi-v4-table.zip (100%)
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> unsupported-upgrade-tables}/hudi-v5-table.zip (100%)
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> unsupported-upgrade-tables}/hudi-v6-table.zip (100%)
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> unsupported-upgrade-tables}/hudi-v8-table.zip (100%)
rename
hudi-spark-datasource/hudi-spark/src/test/resources/upgrade-downgrade-fixtures/{mor-tables
=> unsupported-upgrade-tables}/hudi-v9-table.zip (100%)