Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Nov 23, 2023
1 parent 9f833a7 commit cd4ab33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow-cast/src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7483,7 +7483,6 @@ mod tests {
false,
))),
)
// List(Field { name: "item", data_type: List(Field { name: "item", data_type: Int64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }), nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} })
.unwrap();
let actual = list_array.as_any().downcast_ref::<ListArray>().unwrap();
let expected = array.as_any().downcast_ref::<LargeListArray>().unwrap();
Expand Down

0 comments on commit cd4ab33

Please sign in to comment.