This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 7b5a2b39416 Using join to query views of non-aligned series may throw
NullPointerException
add 882c4b7898c Fixed the bug that the old view's cache is not cleared
when altering its name
No new revisions were added by this update.
Summary of changes:
.../iotdb/relational/it/schema/IoTDBTableIT.java | 9 +++++
.../procedure/impl/schema/SchemaUtils.java | 20 +++++++++--
.../table/AbstractAlterOrDropTableProcedure.java | 23 ++++++++++--
.../impl/schema/table/CreateTableProcedure.java | 8 +++--
.../impl/schema/table/RenameTableProcedure.java | 6 ++--
.../impl/DataNodeInternalRPCServiceImpl.java | 10 +++---
.../db/schemaengine/table/DataNodeTableCache.java | 42 ++++++++++++++++++++--
.../iotdb/db/schemaengine/table/ITableCache.java | 10 ++++--
.../SchemaRegionSimpleRecoverTest.java | 4 +--
...nAlignedTreeDeviceViewScanOperatorTreeTest.java | 4 +--
.../plan/relational/analyzer/TreeViewTest.java | 4 +--
.../fetcher/cache/TableDeviceSchemaCacheTest.java | 12 +++----
.../storageengine/dataregion/DataRegionTest.java | 4 +--
.../TableModelCompactionWithTTLTest.java | 4 +--
.../file/UnsealedTsFileRecoverPerformerTest.java | 4 +--
.../src/main/thrift/datanode.thrift | 1 +
16 files changed, 125 insertions(+), 40 deletions(-)