This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 6860ae455 Stop pretty printing in benchmark when there are no results 
(#3974)
     add 8792a0145 Put common code used for testing code into 
datafusion/test_utils (#3961)

No new revisions were added by this update.

Summary of changes:
 benchmarks/Cargo.toml                              |   1 +
 benchmarks/src/bin/parquet_filter_pushdown.rs      | 231 ++------------------
 datafusion/core/Cargo.toml                         |   2 +-
 datafusion/core/tests/join_fuzz.rs                 |   2 +-
 datafusion/core/tests/merge_fuzz.rs                |   2 +-
 datafusion/core/tests/order_spill_fuzz.rs          |   2 +-
 datafusion/core/tests/sql/order.rs                 |   2 +-
 .../core/fuzz-utils => test-utils}/Cargo.toml      |   2 +-
 test-utils/src/data_gen.rs                         | 241 +++++++++++++++++++++
 .../core/fuzz-utils => test-utils}/src/lib.rs      |   6 +-
 10 files changed, 267 insertions(+), 224 deletions(-)
 rename {datafusion/core/fuzz-utils => test-utils}/Cargo.toml (98%)
 create mode 100644 test-utils/src/data_gen.rs
 rename {datafusion/core/fuzz-utils => test-utils}/src/lib.rs (96%)

Reply via email to