steveloughran commented on PR #1139:
URL: https://github.com/apache/parquet-mr/pull/1139#issuecomment-2061390111
@wgtmac tweaked that FileRange.toString(); now
```
String.format("range[%,d - %,d)", offset, offset + length);
```
...that shows that the range is inclusive and gives , separators on large
ranges.
This is just for debugging -but that doesn't mean it shouldn't be meaningful
--
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]