1
0

Merge pull request #32 from prazanna/master

Make sure to fail with HoodieUpsertException if HoodieUpdateHandle is…
This commit is contained in:
vinoth chandar
2017-01-05 16:59:31 -08:00
committed by GitHub

View File

@@ -107,6 +107,9 @@ import java.util.Iterator;
} catch (Exception e) {
logger.error("Error in update task at commit " + commitTime, e);
writeStatus.setGlobalError(e);
throw new HoodieUpsertException(
"Failed to initialize HoodieUpdateHandle for FileId: " + fileId + " on commit "
+ commitTime + " on HDFS path " + metadata.getBasePath());
}
}