Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
Normal
Description
I am using the nodejs driver to take a dump of my table via pagination for a simple query.
My query is select * from mytable
The table has close to 4 billion rows and cassandra stops returning results exactly after 2147483647 rows. The pagestate is not returned after this.
Cassandra version - 3.0.9
Nodejs cassandra driver version - 3.5.0