We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de3a2 commit 00df00bCopy full SHA for 00df00b
src/query/service/src/servers/http/v1/query/sized_spsc.rs
@@ -168,7 +168,7 @@ impl SizedChannelBuffer {
168
return Err(block.location.clone().unwrap());
169
};
170
171
- let take_rows = builder.calculate_take_rows(&data);
+ let take_rows = builder.calculate_take_rows(data);
172
if take_rows < data.num_rows() {
173
builder.remain_rows = 0;
174
builder.collector.append_block(block.slice(take_rows));
0 commit comments