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

fix(rust): stats_parsed has different number of records with stats #2405

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

yjshen
Copy link
Contributor

@yjshen yjshen commented Apr 10, 2024

Description

  • stats_parsed is a StructArray instead of StringArray
  • Parse Add action's stats to stats_parsed would panic due to the use of slice.array_data().

Related Issue(s)

closes #2312

Documentation

https://docs.rs/arrow/51.0.0/arrow/array/struct.GenericByteArray.html#method.value_data

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Apr 10, 2024
@ion-elgreco ion-elgreco merged commit aa8f4d5 into delta-io:main Apr 15, 2024
20 checks passed
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.

Extract add.stats_parsed with wrong type
3 participants