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

got not all rows in response. cursor is needed? #36

Closed
mangup opened this issue Jan 28, 2022 · 1 comment
Closed

got not all rows in response. cursor is needed? #36

mangup opened this issue Jan 28, 2022 · 1 comment

Comments

@mangup
Copy link

mangup commented Jan 28, 2022

I make simple request to my database:
rows, err := db.QueryContext(ctx, "select userid from pl_session where year = 2022 and month=01 and day = 27")
Result should be 700k rows (It is verified via db web interface).
But via go-impala I have only 160k ones.
Why?
Is it some-how related to requests with cursor?

@mangup
Copy link
Author

mangup commented Jan 30, 2022

false alarm. it were different data bases.

@mangup mangup closed this as completed Jan 30, 2022
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

1 participant