-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rust): stats_parsed has different number of records with stats (#…
…2405) # 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) <!--- For example: - ---> closes #2312 # Documentation <!--- Share links to useful documentation ---> https://docs.rs/arrow/51.0.0/arrow/array/struct.GenericByteArray.html#method.value_data --------- Co-authored-by: R. Tyler Croy <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters