delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
82 stars 10 forks source link

Add method + implementation for retrieving table metadata #56

Open tdikland opened 6 months ago

tdikland commented 6 months 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 6 months 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.