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
153424: changefeedccl: replace incorrect usage of QueryRow in tests r=log-head a=andyyang890
Two recently added ALTER CHANGEFEED unit tests use `QueryRow` instead of
`Exec` for queries that don't return values, which technically could
allow an error to go unnoticed. This patch corrects that.
Epic: None
Release note: None
Co-authored-by: Andy Yang <[email protected]>
0 commit comments