[HUDI-2538] persist some configs to hoodie.properties when the first write (#3823)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user