mapleFU commented on PR #34281:
URL: https://github.com/apache/arrow/pull/34281#issuecomment-1451333486
By the way, it's funny that, in arrow's io-merging in S3, the default range
limit is 32M :)
```c++
class ARROW_EXPORT ReadRangeCache {
public:
static constexpr int64_t kDefaultHoleSizeLimit = 8192;
static constexpr int64_t kDefaultRangeSizeLimit = 32 * 1024 * 1024;
```
/cc @pitrou
--
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]