andygrove opened a new pull request #7743:
URL: https://github.com/apache/arrow/pull/7743
Before:
```
Running benchmarks with the following options: Opt { debug: false,
iterations: 3, batch_size: 4096, path: "/mnt/nyctaxi/parquet/year=2019",
file_format: "parquet" }
Executing 'fare_amt_by_passenger'
Query 'fare_amt_by_passenger' iteration 0 took 2267 ms
Query 'fare_amt_by_passenger' iteration 1 took 2221 ms
Query 'fare_amt_by_passenger' iteration 2 took 2224 ms
```
After:
```
Running benchmarks with the following options: Opt { debug: false,
iterations: 3, batch_size: 4096, path: "/mnt/nyctaxi/parquet/year=2019",
file_format: "parquet" }
Executing 'fare_amt_by_passenger'
Query 'fare_amt_by_passenger' iteration 0 took 1233 ms
Query 'fare_amt_by_passenger' iteration 1 took 1203 ms
Query 'fare_amt_by_passenger' iteration 2 took 1221 ms
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]