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

Function get_table

python/pyarrow/tests/parquet/test_datetime.py:304–308  ·  view source on GitHub ↗
(pq_reader_method, filename, **kwargs)

Source from the content-addressed store, hash-verified

302def test_coerce_int96_timestamp_overflow(pq_reader_method, tempdir):
303
304 def get_table(pq_reader_method, filename, **kwargs):
305 if pq_reader_method == "ParquetFile":
306 return pq.ParquetFile(filename, **kwargs).read()
307 elif pq_reader_method == "read_table":
308 return pq.read_table(filename, **kwargs)
309
310 # Recreating the initial JIRA issue referenced in ARROW-12096
311 oob_dts = [

Callers 1

Calls 2

readMethod · 0.45
read_tableMethod · 0.45

Tested by

no test coverage detected