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

[PROTCOL][nit] Replace SetTransaction with Transaction Identifier in PROTOCOL.md #3787

Open dhruvarya-db opened 1 month ago

dhruvarya-db commented 1 month ago

Which Delta project/connector is this regarding?

Description

The protocol refers to the term SetTransaction even though it is not defined anywhere. This PR updates it so that the term Transaction Identifier is used (which is probably what was supposed to be there).

How was this patch tested?

No tests

Does this PR introduce any user-facing changes?

No