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 af6fa38 commit b2caba8Copy full SHA for b2caba8
1 file changed
test/capi_xfails.py
@@ -69,6 +69,12 @@
69
"test/test_udf.py::test_udf_null",
70
"test/test_udf.py::test_udf_except",
71
"test/test_udf.py::test_udf_remove",
72
+ # C API Arrow export for JSON types is not yet implemented. get_as_df()
73
+ # tests that need the pybind NPArrayWrapper path are xfailed.
74
+ "test/test_json.py::test_get_as_df_json_scalar",
75
+ "test/test_json.py::test_get_as_df_json_empty_result",
76
+ "test/test_json.py::test_get_as_df_json_extract",
77
+ "test/test_json.py::test_get_as_df_json_list",
78
# C API temporal conversion still differs from pybind for torch geometric export.
79
"test/test_torch_geometric.py::test_to_torch_geometric_homogeneous_graph",
80
"test/test_torch_geometric.py::test_to_torch_geometric_heterogeneous_graph",
0 commit comments