cfs.maybeUpdateRowCache(key, cf);
}
else
{
writer.appendFromStream(key, cfs.metadata, dataSize, in);
cfs.invalidateCachedRow(key);
}
bytesRead += in.getBytesRead();
// when compressed, report total bytes of compressed chunks read since remoteFile.size is the sum of chunks transferred
if (remoteFile.compressionInfo != null)