MCPcopy Create free account
hub / github.com/apache/arrow / test_feather_dataset_deprecated

Function test_feather_dataset_deprecated

python/pyarrow/tests/test_feather.py:913–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

911
912@pytest.mark.filterwarnings("default:pyarrow.feather:FutureWarning")
913def test_feather_dataset_deprecated():
914 with pytest.warns(FutureWarning, match="FeatherDataset is deprecated"):
915 FeatherDataset([])
916
917
918@pytest.mark.pandas

Callers

nothing calls this directly

Calls 1

FeatherDatasetClass · 0.90

Tested by

no test coverage detected