File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -202,5 +202,24 @@ if (rlang::is_installed("DBItest")) DBItest::test_all(c(
202202 " arrow_send_query_only_one_result_set" , # wontfix
203203 " arrow_write_table_arrow_roundtrip_timestamp_extended" , # precision
204204 " arrow_append_table_arrow_roundtrip_timestamp_extended" , # precision
205+
206+ if (! rlang :: is_installed(" vctrs" )) {
207+ c(
208+ " arrow_append_table_arrow_roundtrip_blob" ,
209+ " data_type_driver" ,
210+ " data_type_connection" ,
211+ " data_time" ,
212+ " data_time_current" ,
213+ " data_timestamp_current" ,
214+ " data_timestamp_current_typed" ,
215+ " append_roundtrip_raw" ,
216+ " append_roundtrip_blob" ,
217+ " bind_blob" ,
218+ " arrow_bind_blob" ,
219+ " stream_bind_blob" ,
220+ " arrow_stream_bind_blob" ,
221+ NULL
222+ )
223+ },
205224 NULL
206225))
You can’t perform that action at this time.
0 commit comments