brancz commented on code in PR #9176:
URL: https://github.com/apache/arrow-rs/pull/9176#discussion_r2708419183
##########
arrow-row/src/lib.rs:
##########
@@ -3132,6 +3219,143 @@ mod tests {
test_nested_list::<i64>();
}
+ fn test_single_list_view<O: OffsetSizeTrait>() {
Review Comment:
done (added all in one test let me know if you prefer separate tests)
##########
arrow-row/src/lib.rs:
##########
@@ -3132,6 +3219,143 @@ mod tests {
test_nested_list::<i64>();
}
+ fn test_single_list_view<O: OffsetSizeTrait>() {
Review Comment:
done (added all cases in one test let me know if you prefer separate 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]