提交 d86d6543 编写于 作者: A Alima777

Fix master order by time desc bug

上级 d1729eaf
......@@ -726,6 +726,7 @@ public class SeriesReader {
|| (!orderUtils.getAscending()
&& timeValuePair.getTimestamp()
< firstPageReader.getStatistics().getStartTime())) {
cachedBatchData.flip();
hasCachedNextOverlappedPage = cachedBatchData.hasCurrent();
return hasCachedNextOverlappedPage;
} else {
......@@ -751,6 +752,7 @@ public class SeriesReader {
|| (!orderUtils.getAscending()
&& timeValuePair.getTimestamp()
< seqPageReaders.get(0).getStatistics().getStartTime())) {
cachedBatchData.flip();
hasCachedNextOverlappedPage = cachedBatchData.hasCurrent();
return hasCachedNextOverlappedPage;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册