1
0

[HUDI-2538] persist some configs to hoodie.properties when the first write (#3823)

This commit is contained in:
Yann Byron
2021-11-03 10:04:23 +08:00
committed by GitHub
parent 1f17467f73
commit 6351e5f4d0
25 changed files with 544 additions and 207 deletions

View File

@@ -34,12 +34,17 @@ import java.io.IOException;
*/
public class HoodieCommonTestHarness {
protected String tableName = null;
protected String basePath = null;
protected transient HoodieTestDataGenerator dataGen = null;
protected transient HoodieTableMetaClient metaClient;
@TempDir
public java.nio.file.Path tempDir;
protected void setTableName(String tableName) {
this.tableName = tableName;
}
/**
* Initializes basePath.
*/