This adds the ability to request compressed ReadRowsResponses.
If the server decides to give back a ReadRowsResponse, we use the specified compression algorithm (LZ4) to decompress the results.
This also adds two integration tests to test requesting compressed results for both arrow and avro.
This adds the ability to request compressed ReadRowsResponses. If the server decides to give back a ReadRowsResponse, we use the specified compression algorithm (LZ4) to decompress the results. This also adds two integration tests to test requesting compressed results for both arrow and avro.