alamb commented on code in PR #22744:
URL: https://github.com/apache/datafusion/pull/22744#discussion_r3358016207


##########
datafusion/core/tests/datasource/object_store_access.rs:
##########
@@ -904,7 +904,7 @@ async fn query_single_parquet_file_with_single_predicate() {
     RequestCountingObjectStore()
     Total Requests: 2
     - GET  (opts) path=parquet_table.parquet head=true
-    - GET  (ranges) path=parquet_table.parquet 
ranges=1064-1481,1481-1594,1594-2011,2011-2124
+    - GET  (ranges) path=parquet_table.parquet ranges=1064-1594,1594-2124

Review Comment:
   this seems like an improvement -- contiguous ranges are coalesced into fewer 
ranges. I tracked it down to this PR from @HippoBaro
   - https://github.com/apache/arrow-rs/pull/9804



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to