I think we should pass [`Accept-Encoding`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept-Encoding) with value: `identity` here: https://github.com/hyparam/hyparquet/blob/2a91b8a11853553e556b8ef3f98dc5a963c16281/src/utils.js#L113 The range requests work on the encoded bytes, ie: if the response is compressed with gzip, our ranges computation will be off.
I think we should pass
Accept-Encodingwith value:identityhere:hyparquet/src/utils.js
Line 113 in 2a91b8a
The range requests work on the encoded bytes, ie: if the response is compressed with gzip, our ranges computation will be off.