Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ _read_table
Function
_read_table
python/pyarrow/tests/parquet/common.py:41–46 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
39
40
41
def
_read_table(*args, **kwargs):
42
import
pyarrow.parquet
as
pq
43
44
table = pq.read_table(*args, **kwargs)
45
table.validate(full=True)
46
return
table
47
48
49
def
_roundtrip_table(table, read_table_kwargs=None,
Callers
15
test_write_compliant_nested_type_enable
Function · 0.90
test_write_compliant_nested_type_disable
Function · 0.90
test_special_chars_filename
Function · 0.90
test_multiple_path_types
Function · 0.90
test_fspath
Function · 0.90
test_multithreaded_read
Function · 0.90
test_min_chunksize
Function · 0.90
test_read_s3fs
Function · 0.90
test_read_directory_s3fs
Function · 0.90
test_parquet_incremental_file_build
Function · 0.90
test_parquet_writer_context_obj
Function · 0.90
test_parquet_writer_context_obj_with_exception
Function · 0.90
Calls
2
read_table
Method · 0.45
validate
Method · 0.45
Tested by
15
test_write_compliant_nested_type_enable
Function · 0.72
test_write_compliant_nested_type_disable
Function · 0.72
test_special_chars_filename
Function · 0.72
test_multiple_path_types
Function · 0.72
test_fspath
Function · 0.72
test_multithreaded_read
Function · 0.72
test_min_chunksize
Function · 0.72
test_read_s3fs
Function · 0.72
test_read_directory_s3fs
Function · 0.72
test_parquet_incremental_file_build
Function · 0.72
test_parquet_writer_context_obj
Function · 0.72
test_parquet_writer_context_obj_with_exception
Function · 0.72