Commit 9213bb5
authored
chore: remove ScalarValue::raw_data (apache#24548)
## Which issue does this PR close?
Part of apache#24542.
## Rationale for this change
This API is past DataFusion's [deprecation
period](https://datafusion.apache.org/contributor-guide/api-health.html#deprecation-guidelines).
## What changes are included in this PR?
Removes `ScalarValue::raw_data`; use `ScalarValue::to_array` instead.
## Are these changes tested?
NA
## Are there any user-facing changes?
Yes, this is a breaking Rust API change.1 parent a88b1f5 commit 9213bb5
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4032 | 4032 | | |
4033 | 4033 | | |
4034 | 4034 | | |
4035 | | - | |
4036 | | - | |
4037 | | - | |
4038 | | - | |
4039 | | - | |
4040 | | - | |
4041 | | - | |
4042 | | - | |
4043 | | - | |
4044 | | - | |
4045 | | - | |
4046 | 4035 | | |
4047 | 4036 | | |
4048 | 4037 | | |
| |||
0 commit comments