Pass in String StroageLevel for WriteStatus (#113)
This commit is contained in:
@@ -277,8 +277,8 @@ public class HoodieWriteConfig extends DefaultHoodieConfig {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Builder withWriteStatusStorageLevel(StorageLevel level) {
|
public Builder withWriteStatusStorageLevel(String level) {
|
||||||
props.setProperty(WRITE_STATUS_STORAGE_LEVEL, level.toString());
|
props.setProperty(WRITE_STATUS_STORAGE_LEVEL, level);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user