1
0

Adding canIndexLogFiles(), isImplicitWithStorage(), isGlobal() to HoodieIndex

This commit is contained in:
Vinoth Chandar
2017-09-28 09:57:28 -07:00
committed by vinoth chandar
parent 6230e15191
commit 9f98ae643b
6 changed files with 154 additions and 1 deletions

View File

@@ -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 {");