alamb commented on code in PR #5726:
URL: https://github.com/apache/arrow-datafusion/pull/5726#discussion_r1147935462


##########
datafusion/core/tests/parquet/row_group_pruning.rs:
##########
@@ -511,7 +511,7 @@ async fn prune_periods_in_column_names() {
         Scenario::PeriodsInColumnNames,
         "SELECT \"name\", \"service.name\" FROM t WHERE \"service.name\" = 
'frontend' AND \"name\" != 'HTTP GET / DISPATCH'",
         Some(0),
-        Some(2), // prune out  middle and last row group
+        Some(2), // prune out middle and last row group

Review Comment:
   drive by cleanup



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to