Weijun-H commented on PR #3937:
URL: https://github.com/apache/arrow-rs/pull/3937#issuecomment-1487676368
> The emulator tests appear to be failing for this?
```
---- http::tests::http_test stdout ----
thread 'http::tests::http_test' panicked at 'called `Result::unwrap()` on an
`Err` value: Generic { store: "HTTP", source: InvalidPropFind { source:
Custom("missing field `getetag`") } }', object_store/src/lib.rs:1203:62
```
`getetag` is meant to work, but it failed.
```
[13.6](https://datatracker.ietf.org/doc/html/rfc2518#section-13.6) getetag
Property
Name: getetag
Namespace: DAV:
Purpose: Contains the ETag header returned by a GET without
accept headers.
Description: The getetag property MUST be defined on any DAV
compliant resource that returns the Etag header.
Value: entity-tag ; defined in [section 3.11 of
[RFC2068]](https://datatracker.ietf.org/doc/html/rfc2068#section-3.11)
<!ELEMENT getetag (#PCDATA) >
```
--
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]