Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOF Error in Hasmore Fetchone Progress #145

Open
solone313 opened this issue May 11, 2021 · 3 comments
Open

EOF Error in Hasmore Fetchone Progress #145

solone313 opened this issue May 11, 2021 · 3 comments

Comments

@solone313
Copy link

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?

스크린샷 2021-05-11 오후 6 26 17

@solone313
Copy link
Author

solone313 commented May 11, 2021

code e.g
스크린샷 2021-05-11 오후 6 39 08

@solone313 solone313 changed the title EOF Error in Hasmore Progress EOF Error in Hasmore Fetchone Progress May 11, 2021
@beltran
Copy link
Owner

beltran commented May 11, 2021

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.

@demoManito
Copy link

It feels like a link problem. Is it caused by server restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants