File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,7 +303,10 @@ mod tests {
303303 ) ) ]
304304 #[ case( VarBinArray :: from_iter( [ "single" ] . map( Some ) , DType :: Utf8 ( Nullability :: NonNullable ) ) ) ]
305305 fn test_take_varbin_conformance ( #[ case] array : VarBinArray ) {
306- test_take_conformance ( & array. into_array ( ) ) ;
306+ test_take_conformance (
307+ & array. into_array ( ) ,
308+ & mut array_session ( ) . create_execution_ctx ( ) ,
309+ ) ;
307310 }
308311
309312 #[ test]
Original file line number Diff line number Diff line change @@ -173,6 +173,9 @@ mod tests {
173173 ) ) ]
174174 #[ case( VarBinViewArray :: from_iter( [ "single" ] . map( Some ) , DType :: Utf8 ( NonNullable ) ) ) ]
175175 fn test_take_varbinview_conformance ( #[ case] array : VarBinViewArray ) {
176- test_take_conformance ( & array. into_array ( ) ) ;
176+ test_take_conformance (
177+ & array. into_array ( ) ,
178+ & mut array_session ( ) . create_execution_ctx ( ) ,
179+ ) ;
177180 }
178181}
You can’t perform that action at this time.
0 commit comments