未验证 提交 7592423b 编写于 作者: E Eugene Lysiuchenko 提交者: GitHub

fix(griffin): fetch from cursor last value only (#1190)

上级 d3b43caa
......@@ -78,7 +78,7 @@ class LatestByValuesIndexedFilteredRecordCursor extends AbstractRecordListCursor
int index = found.keyIndex(symbolKey);
if (index > -1) {
RowCursor cursor = indexReader.getCursor(false, symbolKey, rowLo, rowHi);
while (cursor.hasNext()) {
if (cursor.hasNext()) {
final long row = cursor.next();
recordA.setRecordIndex(row);
if (filter.getBool(recordA)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册