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
* [#186] Add Serial Consistency Level and Timestamp to Activity Log
Updates recorded queries in the ActivityLog to include Serial
Consistency Level and Timestamp if present in queries. If the values
are not present, all the client implementations return null to indicate
that they weren't set.
Also fixes some bugs in the codec module:
- Use of Notations.consistency in favor of Consistency.codec caused
NullPointerExceptions due to order of loading. Use Consistency.codec
instead in both Query and Batch.
- Bitmasking in BatchFlags was offset incorrectly.
* Fix version (1.1.2 was never released, so reuse)
Since adding V3 and V4 support there are a few more query parameters that would be nice to have surfaced in query log:
These would be
Option
since they may not always be present, and would only show up in anActivityLog
query if present.It would also be nice to surface
pageSize
andpagingState
but would like to reserve that for #169.The text was updated successfully, but these errors were encountered: