Skip to content

Commit

Permalink
Update test_parquet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Aug 14, 2024
1 parent c08ac81 commit 2393c19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/benchmarks/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ def parquet_client(parquet_cluster, cluster_kwargs, upload_cluster_dump, benchma
yield client


@pytest.mark.skipif(
HAS_PYARROW12,
reason="50x slower than PyArrow 11; https://github.com/coiled/benchmarks/issues/998",
)
@run_up_to_nthreads("parquet_cluster", 100, reason="fixed dataset")
def test_read_spark_generated_data(parquet_client):
"""
Expand Down

0 comments on commit 2393c19

Please sign in to comment.