You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cython implementation in row_parser.pyx expects recv_results_rows()
to take protocol_version as a parameter. Updated both the call site and
method signature in protocol.py to match.
This fixes the "recv_results_rows() takes exactly 6 positional arguments
(5 given)" error that was causing authentication and cluster test failures.
0 commit comments