This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from c6ef5b6  [IOTDB-348] Implement LoadConfigurationPlan (#1102)
     add c25972d  [IOTDB-617] Support alter one time series's tag/attribute 
property (#1103)
     add 9552fbc  add isNull to Field
     add fd22df8  check is null in Filed (#1107)
     add b7eeb44  [IOTDB-619] Remove stale LeafMNodes in tag inverted index map 
while deleting storage group (#1106)
     add a1953fc  Resolving spelling mistakes in variable names in AuthUtils 
(#1110)
     add f9c63e5  [IOTDB-624]Fix a Last cache bug when WAL is disabled (#1109)
     add e6e2513  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../1-DDL Data Definition Language.md              |   6 +-
 .../5-Operation Manual/4-SQL Reference.md          |   8 +
 .../1-DDL Data Definition Language.md              |   5 +
 .../5-Operation Manual/4-SQL Reference.md          |   8 +
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |   5 +
 .../engine/storagegroup/StorageGroupProcessor.java |   9 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |   9 +
 .../org/apache/iotdb/db/metadata/MManager.java     | 216 ++++++++++++++-------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  21 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  20 +-
 .../db/qp/logical/sys/AlterTimeSeriesOperator.java |  32 ++-
 .../db/qp/physical/crud/InsertTabletPlan.java      |  14 +-
 .../db/qp/physical/sys/AlterTimeSeriesPlan.java    |  40 +++-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  56 +++---
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   4 +-
 .../dataset/groupby/LocalGroupByExecutor.java      |  19 +-
 .../java/org/apache/iotdb/db/utils/AuthUtils.java  |  22 +--
 .../iotdb/db/integration/IoTDBTagAlterIT.java      | 104 +++++++++-
 .../apache/iotdb/db/integration/IoTDBTagIT.java    |  55 +++++-
 .../org/apache/iotdb/session/IoTDBSessionIT.java   |  54 ++++++
 .../NullFieldException.java}                       |   9 +-
 .../org/apache/iotdb/tsfile/read/common/Field.java |  23 +++
 .../apache/iotdb/tsfile/read/common/FieldTest.java |  18 +-
 23 files changed, 587 insertions(+), 170 deletions(-)
 copy tsfile/src/main/java/org/apache/iotdb/tsfile/{fileSystem/FSType.java => 
exception/NullFieldException.java} (82%)
 copy 
server/src/main/java/org/apache/iotdb/db/engine/flush/FlushManagerMBean.java => 
tsfile/src/test/java/org/apache/iotdb/tsfile/read/common/FieldTest.java (74%)

Reply via email to