Re: Why does `now()` produce different times within the same query?

2016-11-30 Thread Terry Liu
. > > > @msvaljek <https://twitter.com/msvaljek> > > 2016-11-29 22:49 GMT+01:00 Terry Liu <t...@turnitin.com>: > >> It appears that a single query that calls Cassandra's `now()` time >> function may actually cause a query to write or return different times

Why does `now()` produce different times within the same query?

2016-11-29 Thread Terry Liu
It appears that a single query that calls Cassandra's `now()` time function may actually cause a query to write or return different times. Is this the expected or defined behavior, and if so, why does it behave like this rather than evaluating `now()` once across an entire statement? This really