delta-incubator / delta-sharing-rs

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

provide fine granular access to table partitions #51

Open roeap opened 1 month ago

roeap commented 1 month ago

Problem description

Adopters may want to share only specific partitions with their recipients. Currently access to shares is binary. We may wont to enable to also share only partial access to delta tables.

Solution

Most straight forward is to track a query we can evaluate based on file metadata - much like file skipping. To decide if a user may receive access to a specific file in a table.

Alternative solutions

No response

Code of Conduct