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

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


    from 83e4e51c49c Merge branch 'iotdb_master' into read_tsfile_table_function
     new 9a63ebf2918 fix
     new 80fce1a741d add memory control

The 2 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:
 .../db/queryengine/common/MPPQueryContext.java     |   6 +-
 .../operator/source/AlignedSeriesScanUtil.java     |   4 +-
 .../execution/operator/source/FileLoaderUtils.java |  22 ++-
 .../relational/ExternalTsFileSeriesScanUtil.java   |  26 +--
 .../relational/MultiTsFileResourceIterator.java    | 210 ---------------------
 .../readTsFile/ExternalTsFileQueryResource.java    | 134 ++++++++-----
 .../buffer/TimeSeriesMetadataCache.java            |  81 ++++----
 .../execution/MemoryEstimationHelper.java          |   2 +-
 8 files changed, 159 insertions(+), 326 deletions(-)
 delete mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/MultiTsFileResourceIterator.java

Reply via email to