nvharikrishna commented on code in PR #88:
URL: https://github.com/apache/cassandra-sidecar/pull/88#discussion_r1438155815
##########
src/test/java/org/apache/cassandra/sidecar/routes/StreamSSTableComponentHandlerTest.java:
##########
@@ -221,7 +221,8 @@ void testAccessDeniedToCertainComponents(VertxTestContext
context)
void failsWhenTableNameContainsInvalidCharacters(VertxTestContext context)
{
WebClient client = WebClient.create(vertx);
- String testRoute = "/keyspaces/" + TEST_KEYSPACE +
"/tables/i_❤_u/snapshots/snap/components/component-Data.db";
Review Comment:
The length of the line looks like 120 characters in IDE, but Checkstyle is
complaining that it is having 121 characters due to the Unicode char. Added new
line in between to avoid Checkstyle error.
--
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]