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

Method open_output_stream

python/pyarrow/tests/test_dataset.py:4348–4351  ·  view source on GitHub ↗
(self, path, metadata)

Source from the content-addressed store, hash-verified

4346 # the test.
4347 class GatingFs(ProxyHandler):
4348 def open_output_stream(self, path, metadata):
4349 # Block until the end of the test
4350 consumer_gate.wait()
4351 return self._fs.open_output_stream(path, metadata=metadata)
4352 gating_fs = fs.PyFileSystem(GatingFs(fs.LocalFileSystem()))
4353
4354 schema = pa.schema([pa.field('data', pa.int32())])

Calls

no outgoing calls

Tested by

no test coverage detected