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
HasMore will check if there are any rows that have been fetched from the server and not read by the client and return true in that case. But if all the rows have been read it won't know if there are rows remaining and must issue a request to the server. The socket must've been closed while the latter was happening.
It was connected to the hive server and queried normally.
However, EOF occurred in the middle of the fetchone process.
It worked fine when it was re-executed. What's the reason?
The text was updated successfully, but these errors were encountered: