Adding canIndexLogFiles(), isImplicitWithStorage(), isGlobal() to HoodieIndex
This commit is contained in:
committed by
vinoth chandar
parent
6230e15191
commit
9f98ae643b
@@ -119,6 +119,8 @@ public class WriteStatus implements Serializable {
|
||||
return totalRecords;
|
||||
}
|
||||
|
||||
public long getTotalErrorRecords() { return totalErrorRecords; }
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
final StringBuilder sb = new StringBuilder("WriteStatus {");
|
||||
|
||||
Reference in New Issue
Block a user