delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Add method + implementation for retrieving table metadata #56

Open tdikland opened 1 month ago

tdikland commented 1 month ago

Which issue does this PR close?

Closes #.

Rationale for this change

Changes are included in this PR

Are there any user-facing changes?

tdikland commented 1 month ago

@roeap I'm not an expert at protobuf. Could you check if these definitions make sense? If validated, I'd be happy to implement the remaining methods of the protocol using the same approach.