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
say, 10 rows for result set, 3 rows for rowset, and taos_fetch_block returns 5 rows for each block,
you shall get rowsets as 3, 3, 3, 3, 3, rather than 3, 3, 3, 1, 3, 2