I started with a test failure: > ITestCoveragePlan: fetchAllDataByUsingCoverageContext -> get null pointer exception on [this line](https://github.com/basho/riak-java-client/blob/05fbe31620495feea9f33bc3138132bad0e6cf79/src/test/java/com/basho/riak/client/core/operations/itest/ITestCoveragePlan.java#L157-L157) And realized the 2i Coverage Context queries weren't including either a match or a range, so need to expand the api to cover that. Reference: [Context with match](https://github.com/basho/riak-erlang-client/blob/b4a188aa528d8f418e2634549f21c21739a7642f/src/riakc_pb_socket.erl#L1039-L1056) [Context with Range](https://github.com/basho/riak-erlang-client/blob/b4a188aa528d8f418e2634549f21c21739a7642f/src/riakc_pb_socket.erl#L1092-L1116)
I started with a test failure:
And realized the 2i Coverage Context queries weren't including either a match or a range, so need to expand the api to cover that.
Reference:
Context with match
Context with Range