This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 513d543cf Ends ParquetRecordBatchStream when polling on
StreamState::Error (#3404)
add 99a20dd87 add more integration test for parquet bloom filter round
trip tests (#3210)
No new revisions were added by this update.
Summary of changes:
.github/workflows/parquet.yml | 4 +-
parquet/pytest/pyspark_integration_test.py | 65 ----------------
parquet/pytest/requirements.in | 2 +-
parquet/pytest/requirements.txt | 71 +++++++++++++++++
parquet/pytest/test_parquet_integration.py | 112 +++++++++++++++++++++++++++
parquet/src/bin/parquet-fromcsv.rs | 7 +-
parquet/src/bin/parquet-show-bloom-filter.rs | 2 +
7 files changed, 195 insertions(+), 68 deletions(-)
delete mode 100755 parquet/pytest/pyspark_integration_test.py
create mode 100755 parquet/pytest/test_parquet_integration.py