nevi-me commented on a change in pull request #9025:
URL: https://github.com/apache/arrow/pull/9025#discussion_r550201222
##########
File path: rust/arrow/src/datatypes.rs
##########
@@ -1903,9 +1929,20 @@ mod tests {
#[test]
fn serde_struct_type() {
+ let kv_array = [("k".to_string(), "v".to_string())];
Review comment:
I can't remember where I encountered it, might be in the `0.14.1` test
files. A quick way of seeing where the object example comes from, is to comment
out that portion of the code, and run the integration tests.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]