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
[PLAT-18481]: Change datatype of query_id in live query response
Summary:
`query_id` can have values in the range uint64, which cannot fit in the Java long datatype, so we need to change its datatype to Java bigint.
https://phorge.dev.yugabyte.com/D41129
Test Plan: Tested manually by verifying that live queries are reported in UI.
Reviewers: anijhawan, jmak
Reviewed By: jmak
Subscribers: yugaware
Differential Revision: https://phorge.dev.yugabyte.com/D46524
0 commit comments