Closed yumingxuanguo-db closed 1 month ago
"exceptionString" -> exceptionString(e)
"exceptionClass" -> e.getClass.getName
registeredCommitCoordinators
Existed UTs.
No.
Which Delta project/connector is this regarding?
Description
"exceptionString" -> exceptionString(e)
to record the full error message;"exceptionClass" -> e.getClass.getName
to retain the error class information.registeredCommitCoordinators
.How was this patch tested?
Existed UTs.
Does this PR introduce any user-facing changes?
No.