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

spricoder pushed a change to branch feature/memory_transfer
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 95b414b1594 change to single
     add a8e5080fc9c Remove useless metrics in AggTableScan and make the 
TimeseriesMetadataCache get time as FI level
     add 79a6e12b486 Close Session In ImportDataTable (#15065)
     add d3bd5c7bec3 Omitted the useless distinct logic for device when 
determined predicate does not contain "OR"
     add c99f7396e06 Merge branch 'master' into feature/memory_transfer

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/tool/common/Constants.java    |   3 +-
 .../org/apache/iotdb/tool/common/OptionsUtil.java  |   3 -
 .../org/apache/iotdb/tool/data/ExportData.java     |  11 +-
 .../apache/iotdb/tool/data/ExportDataTable.java    | 192 +++++++++++----------
 .../org/apache/iotdb/tool/data/ExportDataTree.java | 185 ++++++++++----------
 .../org/apache/iotdb/tool/data/ImportData.java     |   2 +-
 .../apache/iotdb/tool/data/ImportDataTable.java    |  16 +-
 .../fragment/FragmentInstanceContext.java          |   4 +-
 .../execution/fragment/QueryStatistics.java        |  10 ++
 .../relational/aggregation/TableAggregator.java    |   9 +-
 .../metric/SeriesScanCostMetricSet.java            |  40 ++++-
 .../metadata/fetcher/SchemaPredicateUtil.java      |  10 +-
 .../metadata/fetcher/TableDeviceSchemaFetcher.java |  11 +-
 .../plan/relational/planner/ir/IrUtils.java        |  13 +-
 .../relational/sql/ast/AbstractTraverseDevice.java |   2 +
 .../buffer/TimeSeriesMetadataCache.java            |  20 +--
 .../iotdb/commons/service/metric/enums/Metric.java |   1 +
 17 files changed, 297 insertions(+), 235 deletions(-)

Reply via email to