bippio / go-impala

Golang Driver for Apache Impala
MIT License
52 stars 39 forks source link

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

Closed mangup closed 2 years ago

mangup commented 2 years ago

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 commented 2 years ago

false alarm. it were different data bases.