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

Function test_location_unknown_scheme

python/pyarrow/tests/test_flight.py:1727–1731  ·  view source on GitHub ↗

Test creating locations for unknown schemes.

()

Source from the content-addressed store, hash-verified

1725
1726
1727def test_location_unknown_scheme():
1728 """Test creating locations for unknown schemes."""
1729 assert flight.Location("s3://foo").uri == b"s3://foo"
1730 assert flight.Location("https://example.com/bar.parquet").uri == \
1731 b"https://example.com/bar.parquet"
1732
1733
1734@pytest.mark.slow

Callers

nothing calls this directly

Calls 1

LocationMethod · 0.80

Tested by

no test coverage detected