adelapena commented on code in PR #1891:
URL: https://github.com/apache/cassandra/pull/1891#discussion_r1107277323
##########
src/java/org/apache/cassandra/cql3/Attributes.java:
##########
@@ -128,7 +128,7 @@ public int getTimeToLive(QueryOptions options,
TableMetadata metadata) throws In
}
catch (MarshalException e)
{
- throw new InvalidRequestException("Invalid timestamp value: " +
tval);
+ throw new InvalidRequestException("Invalid TTL value: " + tval);
Review Comment:
Good catch!
--
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]