fix(client-rust): correct outer MxValue data_type and add end-to-end write_array_elements test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user