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

Function hdfs_connection

python/pyarrow/tests/conftest.py:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148
149@pytest.fixture(scope='session')
150def hdfs_connection():
151 host = os.environ.get('ARROW_HDFS_TEST_HOST', 'default')
152 port = int(os.environ.get('ARROW_HDFS_TEST_PORT', 0))
153 user = os.environ.get('ARROW_HDFS_TEST_USER', 'hdfs')
154 return host, port, user
155
156
157@pytest.fixture(scope='session')

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected