==================================== ERRORS ====================================
____________ ERROR at setup of test_column_chunk_key_value_metadata ____________
@pytest.fixture(scope='module')
def parquet_test_datadir():
result = os.environ.get('PARQUET_TEST_DATA')
if not result:
> raise RuntimeError('Please point the PARQUET_TEST_DATA environment '
'variable to the test data directory')
E RuntimeError: Please point the PARQUET_TEST_DATA environment variable to the test data directory
/lib/python3.12/site-packages/pyarrow/tests/parquet/conftest.py:35: RuntimeError