This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 21ad376a2a3 Add -lpf param in ExportData (#14957)
add 5e1bd035dc6 Improved the calculation accuracy of table schema fetch +
partial query & Fixed the bug that the attributes' memory is not calculated
when schema region recovers (#14975)
No new revisions were added by this update.
Summary of changes:
.../operator/schema/SchemaQueryScanOperator.java | 12 ++++--
.../operator/schema/source/ISchemaSource.java | 5 +++
.../schema/source/TableDeviceFetchSource.java | 21 ++++++++++
.../schema/source/TableDeviceQuerySource.java | 36 ++++++++++++++--
.../rescon/ISchemaRegionStatistics.java | 2 +
.../rescon/MemSchemaRegionStatistics.java | 16 ++++++++
.../attribute/DeviceAttributeStore.java | 48 ++++++++++++++++++----
.../attribute/IDeviceAttributeStore.java | 16 ++++++--
.../schemaregion/impl/SchemaRegionMemoryImpl.java | 36 +++++++++++++---
.../db/tools/schema/SRStatementGenerator.java | 2 +
.../execution/operator/OperatorMemoryTest.java | 2 -
.../iotdb/commons/path/ExtendedPartialPath.java | 4 ++
12 files changed, 174 insertions(+), 26 deletions(-)