fix(client-rust): correct outer MxValue data_type and add end-to-end write_array_elements test

This commit is contained in:
Joseph Doherty
2026-06-18 03:14:14 -04:00
parent 474b7bd0ff
commit 72cf2f4091
2 changed files with 98 additions and 4 deletions
-2
View File
@@ -584,8 +584,6 @@ impl Session {
.collect();
let sparse_value = ProtoMxValue {
data_type: element_data_type as i32,
variant_type: String::new(),
kind: Some(Kind::SparseArrayValue(MxSparseArray {
element_data_type: element_data_type as i32,
total_length,