Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: expose file's sequence number for interface data_files_of_snapshot #273

Open
chenzl25 opened this issue Mar 20, 2024 · 0 comments
Open

Comments

@chenzl25
Copy link
Contributor

Currently, data_files_of_snapshot returns a vector of DataFile which lacks sequence number information, so it can't be used to support MOR table scan. Any plan for a better interface?

pub async fn data_files_of_snapshot(
        &self,
        snapshot: &Snapshot,
    ) -> Result<Vec<types::DataFile>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant