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 b9386cbd49e Change name
add 98f397c4c49 Optimize the logic of get ReplicaSets for devices
add 8f15cceca31 Refactor DeviceEntry's attributeValues from List<Binary>
to Binary[] to reduce the cost of ramBytesUsed()
add c0d0e908a26 Merge branch 'master' into feature/memory_transfer
No new revisions were added by this update.
Summary of changes:
.../relational/AbstractAggTableScanOperator.java | 17 ++--
.../relational/AbstractTableScanOperator.java | 2 +-
.../relational/LastQueryAggTableScanOperator.java | 6 +-
.../relational/metadata/AlignedDeviceEntry.java | 20 +---
.../plan/relational/metadata/DeviceEntry.java | 26 ++---
.../metadata/NonAlignedAlignedDeviceEntry.java | 20 +---
.../fetcher/DeviceInCacheFilterVisitor.java | 4 +-
.../metadata/fetcher/TableDeviceSchemaFetcher.java | 5 +-
.../distribute/TableDistributedPlanGenerator.java | 112 +++++++++++++++++----
.../read/resp/info/impl/ShowDevicesResult.java | 2 +-
.../analyzer/MockTableModelDataPartition.java | 54 +++++-----
.../plan/relational/analyzer/TSBSMetadata.java | 22 ++--
.../plan/relational/analyzer/TestMatadata.java | 12 +--
13 files changed, 168 insertions(+), 134 deletions(-)