Ji-Xinyou commented on issue #2199:
URL:
https://github.com/apache/incubator-opendal/issues/2199#issuecomment-1532408305
Also, I found that many tests require `read_with_range` capabilities, but
the Supabase seems do not support the http RANGE header.
Is it reasonable to add
```Rust
if !op.info().capability().read_with_range {
return Ok(());
}
```
to tests that call into the `op.range_reader()`?
--
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]