We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add::get_json_stats
Use Case
We're using a custom pruning algorithm as a fallback and need to get access to the Add statistics.
Add
However, Add::get_stats_parsed() parses the stats_parsed field, which is left empty when loading via DeltaTableState::get_file_actions:
Add::get_stats_parsed()
stats_parsed
DeltaTableState::get_file_actions
delta-rs/crates/core/src/kernel/snapshot/parse.rs
Line 138 in 23feb52
Related Issue(s)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Use Case
We're using a custom pruning algorithm as a fallback and need to get access to the
Add
statistics.However,
Add::get_stats_parsed()
parses thestats_parsed
field, which is left empty when loading viaDeltaTableState::get_file_actions
:delta-rs/crates/core/src/kernel/snapshot/parse.rs
Line 138 in 23feb52
Related Issue(s)
The text was updated successfully, but these errors were encountered: