alamb commented on code in PR #19728:
URL: https://github.com/apache/datafusion/pull/19728#discussion_r2840841923
##########
datafusion/core/tests/datasource/object_store_access.rs:
##########
@@ -54,8 +55,8 @@ async fn create_single_csv_file() {
@r"
RequestCountingObjectStore()
Total Requests: 2
- - HEAD path=csv_table.csv
- - GET path=csv_table.csv
+ - GET (opts) path=csv_table.csv head=true
Review Comment:
There are many fewer methods in the ObjectStore trait now, and the tests
have been updated to reflect that. The actual calls are all still the same
--
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]