We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cadde5 commit c0c4ab7Copy full SHA for c0c4ab7
1 file changed
test/capi_xfails.py
@@ -6,6 +6,10 @@
6
"test/test_arrow.py::test_to_arrow_map",
7
"test/test_arrow.py::test_to_arrow_array",
8
"test/test_arrow.py::test_to_arrow_complex",
9
+ "test/test_arrow.py::test_query_as_arrow_csr_with_rel_ids",
10
+ "test/test_arrow.py::test_query_as_arrow_csr_with_extra_columns",
11
+ "test/test_arrow.py::test_query_as_arrow_csr_without_rel_ids",
12
+ "test/test_arrow.py::test_query_as_arrow_csr_rejects_non_csr_shape",
13
"test/test_arrow_memory_backed_table.py::test_arrow_memory_backed_table_basic",
14
"test/test_arrow_memory_backed_table.py::test_arrow_memory_backed_table_filtering",
15
"test/test_arrow_memory_backed_table.py::test_arrow_memory_backed_table_with_pandas",
0 commit comments