lw309637554 commented on a change in pull request #2127:
URL: https://github.com/apache/hudi/pull/2127#discussion_r499648617
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java
##########
@@ -254,6 +253,10 @@ public void write(GenericRecord oldRecord) {
LOG.error("Failed to merge old record into new file for key " + key +
" from old file " + getOldFilePath()
+ " to new file " + newFilePath, e);
throw new HoodieUpsertException(errMsg, e);
+ } catch (RuntimeException e) {
+ LOG.error("Summary is " + e.getMessage() + ", detail is schema
mismatch when rewriting old record " + oldRecord + " from file " +
getOldFilePath()
Review comment:
make sense .done
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]