frankgh commented on code in PR #36:
URL: https://github.com/apache/cassandra-sidecar/pull/36#discussion_r958937309
##########
src/test/java/org/apache/cassandra/sidecar/RangeTest.java:
##########
@@ -71,7 +71,8 @@ public void testInvalidRangeFormat()
{
Range.parseHeader(rangeHeader, Long.MAX_VALUE);
});
- String msg = "Invalid range header: bytes=2344--3432. Supported Range
formats are bytes=<start>-<end>, bytes=<start>-, bytes=-<suffix-length>";
+ String msg = "Invalid range header: bytes=2344--3432. Supported Range
formats are bytes=<start>-<end>, " +
Review Comment:
unrelated changes in this file, but `./gradlew build was complaining`
--
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]