This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch caLastOpt
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b9148b9029 Merge remote-tracking branch 'origin/master' into caLastOpt
new 89b4a2a57c Add RPC interface
new bff77d3697 cp
new c90289c449 wrong Update
The 3 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:
.../lastCache/container/LastCacheContainer.java | 11 +-
.../iotdb/db/mpp/execution/driver/Driver.java | 21 ++-
.../last/AbstractUpdateLastCacheOperator.java | 13 ++
.../last/AlignedUpdateLastCacheOperator.java | 21 ++-
.../process/last/UpdateLastCacheOperator.java | 13 +-
.../mpp/metric/TimeSeriesMetadataCacheMetrics.java | 4 +-
.../db/mpp/plan/planner/OperatorTreeGenerator.java | 4 +
.../service/thrift/impl/ClientRPCServiceImpl.java | 187 +++++++++++++++++++++
thrift/src/main/thrift/client.thrift | 15 ++
9 files changed, 259 insertions(+), 30 deletions(-)