This is an automated email from the ASF dual-hosted git repository. alamb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 8d7b11b1cd chore: make more clarity for internal errors (#16741) add eb4f852b06 Remove parquet_filter and parquet `sort` benchmarks (#16730) No new revisions were added by this update. Summary of changes: benchmarks/bench.sh | 26 ----- benchmarks/src/bin/dfbench.rs | 8 +- benchmarks/src/bin/parquet.rs | 49 ---------- benchmarks/src/lib.rs | 2 - benchmarks/src/parquet_filter.rs | 194 -------------------------------------- benchmarks/src/sort.rs | 193 ------------------------------------- benchmarks/src/util/access_log.rs | 74 --------------- benchmarks/src/util/mod.rs | 2 - 8 files changed, 1 insertion(+), 547 deletions(-) delete mode 100644 benchmarks/src/bin/parquet.rs delete mode 100644 benchmarks/src/parquet_filter.rs delete mode 100644 benchmarks/src/sort.rs delete mode 100644 benchmarks/src/util/access_log.rs --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org