alamb commented on a change in pull request #8781: URL: https://github.com/apache/arrow/pull/8781#discussion_r532949648
########## File path: rust/benchmarks/src/bin/nyctaxi.rs ########## @@ -92,7 +92,7 @@ async fn datafusion_sql_benchmarks( debug: bool, ) -> Result<()> { let mut queries = HashMap::new(); - queries.insert("fare_amt_by_passenger", "SELECT passenger_count, MIN(fare_amount), MIN(fare_amount), SUM(fare_amount) FROM tripdata GROUP BY passenger_count"); + queries.insert("fare_amt_by_passenger", "SELECT passenger_count, MIN(fare_amount), MAX(fare_amount), SUM(fare_amount) FROM tripdata GROUP BY passenger_count"); Review comment: 👍 ---------------------------------------------------------------- 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: us...@infra.apache.org