driftx commented on code in PR #1885:
URL: https://github.com/apache/cassandra/pull/1885#discussion_r981223365


##########
doc/cql3/CQL.textile:
##########
@@ -1825,6 +1827,44 @@ They can also be input as string literals in any of the 
following formats:
 * @08:12:54.123456@
 * @08:12:54.123456789@
 
+h3(#usingdurations). Working with durations
+
+Values of the @duration@ type are encoded as 3 signed integer of variable 
lengths. The first integer represents the

Review Comment:
   integer -> integers



##########
doc/cql3/CQL.textile:
##########
@@ -1752,6 +1753,7 @@ p. The following table gives additional informations on 
the native data types, a
 |@date@     |   integers, strings  |A date (with no corresponding time value). 
 See "Working with dates":#usingdates below for more information.|
 |@decimal@  |   integers, floats   |Variable-precision decimal|
 |@double@   |   integers           |64-bit IEEE-754 floating point|
+|@duration@ |  duration           |  A duration with nanosecond precision. See 
"Working with durations":#usingdurations below for details.|

Review Comment:
   spacing looks off-by-one



-- 
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]

Reply via email to