Commit 55a21e3
committed
ResultSet: handle empty non-final pages on ResultSet iteration
This commit provides a fix to the situation when iterating on a
ResultSet, the driver aborts the iteration if the server returns
an empty page even if there are next pages available.
Python driver is affected by the same problem as JAVA-2934
This fix is similar to apache/cassandra-java-driver#15441 parent 84d33bb commit 55a21e3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5133 | 5133 | | |
5134 | 5134 | | |
5135 | 5135 | | |
| 5136 | + | |
5136 | 5137 | | |
5137 | 5138 | | |
5138 | 5139 | | |
| |||
0 commit comments