[MINOR] Minor fixes to exception log and removing unwanted metrics flush in integ test (#5646)
This commit is contained in:
committed by
GitHub
parent
85b146d3d5
commit
7d02b1fd3c
@@ -846,7 +846,7 @@ public class DeltaSync implements Serializable {
|
||||
}
|
||||
return newWriteSchema;
|
||||
} catch (Exception e) {
|
||||
throw new HoodieException("Failed to fetch schema from table.");
|
||||
throw new HoodieException("Failed to fetch schema from table ", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user