This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch DefaultOrderByTime
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 9bd34e5fdc1 Opt order by time desc limit case
add 58ef288ab55 fix ut
add c461d0fdc07 Fixed the bug that update / delete devices with no effect
may end up changing all the devices
add 57e89eae908 Datanode cannot start when metaDataCacheEnable=false
add c710dfa4268 Merge remote-tracking branch 'origin/master' into
DefaultOrderByTime
No new revisions were added by this update.
Summary of changes:
.../iotdb/relational/it/schema/IoTDBDeviceIT.java | 6 +
.../apache/iotdb/db/conf/DataNodeMemoryConfig.java | 4 +-
.../config/executor/ClusterConfigTaskExecutor.java | 5 +
.../relational/analyzer/StatementAnalyzer.java | 7 +-
.../fetcher/TableDeviceCacheAttributeGuard.java | 4 +-
.../metadata/fetcher/TableDeviceSchemaFetcher.java | 12 +-
.../fetcher/TableDeviceSchemaValidator.java | 6 +-
.../plan/relational/sql/ast/DeleteDevice.java | 18 ++-
.../schemaregion/impl/SchemaRegionMemoryImpl.java | 4 +-
.../plan/relational/analyzer/TestMetadata.java | 21 +++-
.../fetcher/cache/TableDeviceSchemaCacheTest.java | 127 +++++++++++----------
.../iotdb/commons/path/ExtendedPartialPath.java | 12 ++
12 files changed, 141 insertions(+), 85 deletions(-)