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


##########
datafusion-cli/src/object_storage/instrumented.rs:
##########
@@ -230,40 +231,57 @@ impl InstrumentedObjectStore {
         let timestamp = Utc::now();
         let range = options.range.clone();
 
+        let head = options.head;

Review Comment:
   A substantial amount of the changes in this PR are due to the upgrade to 
object_store 0.13 where several of the trait methods are consolidated (e.g. 
`get`, `get_opts`, `head`, etc) have been consolidated.
   
   You can see the upgrade guide here: 
https://docs.rs/object_store/latest/object_store/trait.ObjectStore.html#upgrade-guide-for-0130



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