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

Make type of logged values consistent for each logkey #3883

Closed michaelzhan-db closed 3 days ago

michaelzhan-db commented 6 days ago

Which Delta project/connector is this regarding?

Description

Ensures that the types of logged values for each logkey are consistent.

How was this patch tested?

Code compiles and existing tests pass.

Does this PR introduce any user-facing changes?

No