delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

[Delta] Update Coordinated Commits Usage Logs #3774

Closed yumingxuanguo-db closed 1 month ago

yumingxuanguo-db commented 1 month ago

Which Delta project/connector is this regarding?

Description

  1. Renames the full error message with
    • "exceptionString" -> exceptionString(e) to record the full error message;
    • "exceptionClass" -> e.getClass.getName to retain the error class information.
  2. Adds field registeredCommitCoordinators.
  3. Removes nested JSONizing.

How was this patch tested?

Existed UTs.

Does this PR introduce any user-facing changes?

No.