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: report DataFusion metrics for DeltaScan #2617

Merged
merged 8 commits into from
Jun 28, 2024

Conversation

alexwilcoxson-rel
Copy link
Contributor

Description

When building DeltaScan, compute simple metrics about data skipping and include as metrics on DeltaScan. These are exposed to DataFusion via ExecutionPlan trait. Metrics are then visible when you do EXPLAIN ANALYZE on a query for example.

Related Issue(s)

Documentation

See metrics for Parquet scan in DataFusion: https://docs.rs/datafusion/latest/src/datafusion/datasource/physical_plan/parquet/metrics.rs.html#29-50

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jun 24, 2024
@rtyler rtyler enabled auto-merge (rebase) June 26, 2024 17:40
rtyler
rtyler previously approved these changes Jun 26, 2024
auto-merge was automatically disabled June 27, 2024 15:28

Head branch was pushed to by a user without write access

@rtyler rtyler enabled auto-merge (rebase) June 28, 2024 17:29
@rtyler rtyler merged commit 73db93c into delta-io:main Jun 28, 2024
20 checks passed
@alexwilcoxson-rel alexwilcoxson-rel deleted the datafusion-metrics branch June 28, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants