Context: https://github.com/datastax/nodejs-driver/blob/master/lib/policies/retry.js#L185
on line 186 and 200 we try using the 'options' property of an OperationInfo type variable.
The OperationInfo type doesnt have an 'options' property (according to the documentations)
TypeError: Cannot read property 'isIdempotent' of undefined at IdempotenceAwareRetryPolicy.onRequestError (/usr/src/app/node_modules/cassandra-driver/lib/policies/retry.js:170:20) at RequestExecution._getDecision (/usr/src/app/node_modules/cassandra-driver/lib/request-execution.js:286:30) at RequestExecution._handleError (/usr/src/app/node_modules/cassandra-driver/lib/request-execution.js:238:31) at _operation._connection.sendStream (/usr/src/app/node_modules/cassandra-driver/lib/request-execution.js:119:23) at OperationState (/usr/src/app/node_modules/cassandra-driver/lib/connection.js:478:5) at OperationState._swapCallbackAndInvoke (/usr/src/app/node_modules/cassandra-driver/lib/operation-state.js:145:5) at OperationState._markAsTimedOut (/usr/src/app/node_modules/cassandra-driver/lib/operation-state.js:118:10) at Timeout.requestTimedOut [as _onTimeout] (/usr/src/app/node_modules/cassandra-driver/lib/operation-state.js:92:12) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout (timers.js:263:5) at Timer.processTimers (timers.js:223:10)