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


##########
datafusion/core/tests/sql/path_partition.rs:
##########
@@ -683,37 +686,35 @@ impl ObjectStore for MirroringObjectStore {
             version: None,
         };
 
+        let payload = if options.head {
+            // no content for head requests
+            GetResultPayload::Stream(stream::empty().boxed())
+        } else if let Some(range) = options.range {
+            let GetRange::Bounded(range) = range else {

Review Comment:
   I had to inline the implementation of head() and get_range() here



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