This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 2f71cd7 [IOTDB-922] Int and Long can convert to each other in
ResultSet (#1775)
add eba7c0b [IOTDB-916] Add a config entry to make Last cache
configurable (#1770)
No new revisions were added by this update.
Summary of changes:
.../resources/conf/iotdb-engine.properties | 7 ++++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 +++++++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 3 ++
.../db/engine/cache/TimeSeriesMetadataCache.java | 1 +
.../engine/storagegroup/StorageGroupProcessor.java | 6 ++++
.../db/engine/storagegroup/TsFileProcessor.java | 1 +
.../tsfilemanagement/utils/HotCompactionUtils.java | 2 +-
.../iotdb/db/query/executor/LastQueryExecutor.java | 42 ++++++++++++++--------
.../db/sync/receiver/transfer/SyncServiceImpl.java | 2 ++
9 files changed, 62 insertions(+), 15 deletions(-)