()
| 104 | |
| 105 | #[tokio::test] |
| 106 | async fn test_dictionary_many() { |
| 107 | roundtrip_dictionary(vec![ |
| 108 | make_dictionary_batch(5), |
| 109 | make_dictionary_batch(9), |
| 110 | make_dictionary_batch(5), |
| 111 | make_dictionary_batch(5), |
| 112 | ]) |
| 113 | .await; |
| 114 | } |
| 115 | |
| 116 | #[tokio::test] |
| 117 | async fn test_view_types_one() { |
nothing calls this directly
no test coverage detected