You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently API Tables handling of CQL duration type:
Accepts ISO-8601 duration formats (PnYnMnDTnHnMnS, like "PT1H30M", see https://en.wikipedia.org/wiki/ISO_8601) -- as well as Cassandra's "Standard" format (like "1h30m")
Produces Cassandra style values.
But specification defines that output should be done using ISO-8601 format.
The text was updated successfully, but these errors were encountered:
Currently API Tables handling of CQL
duration
type:PnYnMnDTnHnMnS
, like "PT1H30M", see https://en.wikipedia.org/wiki/ISO_8601) -- as well as Cassandra's "Standard" format (like "1h30m")But specification defines that output should be done using ISO-8601 format.
The text was updated successfully, but these errors were encountered: