We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f803b commit 64f5f6bCopy full SHA for 64f5f6b
1 file changed
test/capi_xfails.py
@@ -33,6 +33,12 @@
33
"test/test_scan_pandas.py::test_scan_py_dict_map_format",
34
"test/test_scan_pandas.py::test_scan_py_dict_empty",
35
"test/test_scan_pandas.py::test_df_with_struct_cast",
36
+ "test/test_scan_pandas.py::test_scan_pandas_timedelta_nat",
37
+ # LOAD FROM subquery not supported
38
+ "test/test_scan_pandas.py::test_copy_from_datetime_nat",
39
+ "test/test_scan_pandas.py::test_copy_from_timedelta_nat",
40
+ "test/test_scan_pandas.py::test_copy_from_datetime_none",
41
+ #
42
"test/test_scan_pandas_pyarrow.py::test_pyarrow_primitive",
43
"test/test_scan_pandas_pyarrow.py::test_pyarrow_time",
44
"test/test_scan_pandas_pyarrow.py::test_pyarrow_blob",
0 commit comments