This is an automated email from the ASF dual-hosted git repository.

xingtanzjr pushed a change to branch lazy_page_reader_in_compaction
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 05e605e4555 add lazy point reader for compaction
     new 103f9f62c50 add lazy page reader for aligned page reader to avoid huge 
memory cost when reading rows of aligned timeseries

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (05e605e4555)
            \
             N -- N -- N   refs/heads/lazy_page_reader_in_compaction 
(103f9f62c50)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tsfile/read/reader/page/AlignedPageReader.java |   2 +-
 .../page/LazyLoadAlignedPagePointReader.java       |   3 +-
 .../reader/LazyLoadAlignedPagePointReaderTest.java | 177 +++++++++++++++++++++
 3 files changed, 180 insertions(+), 2 deletions(-)
 create mode 100644 
iotdb-core/tsfile/src/test/java/org/apache/iotdb/tsfile/read/reader/LazyLoadAlignedPagePointReaderTest.java

Reply via email to