Skip to content

feat(datafusion): Add $snapshots system table#264

Open
plusplusjiajia wants to merge 1 commit intoapache:mainfrom
plusplusjiajia:fusion-snapshots
Open

feat(datafusion): Add $snapshots system table#264
plusplusjiajia wants to merge 1 commit intoapache:mainfrom
plusplusjiajia:fusion-snapshots

Conversation

@plusplusjiajia
Copy link
Copy Markdown
Member

Purpose

Mirrors Java SnapshotsTable: exposes <table>$snapshots with 14 columns matching Java SnapshotsTable.TABLE_TYPE.

}

/// List snapshot files and find the id using the given reducer (min or max).
async fn find_by_list_files(&self, reducer: fn(i64, i64) -> i64) -> crate::Result<Option<i64>> {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why modify this?

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

Successfully merging this pull request may close these issues.

2 participants