This is an automated email from the ASF dual-hosted git repository.
zyk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a5543690bf9 Enable Coveralls check (#9997)
add 2e5257ca29b Support tag/attribute on view (#10081)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 3 +-
.../it/schema/view/IoTDBCreateAndShowViewIT.java | 116 +++++++++++----------
.../metadata/mnode/mem/info/LogicalViewInfo.java | 10 +-
.../execution/executor/RegionWriteExecutor.java | 28 +++++
.../iotdb/db/mpp/plan/parser/ASTVisitor.java | 46 ++++----
.../db/mpp/plan/planner/LogicalPlanVisitor.java | 3 +-
.../node/metedata/write/AlterTimeSeriesNode.java | 33 +++++-
.../metadata/AlterTimeSeriesStatement.java | 10 ++
8 files changed, 165 insertions(+), 84 deletions(-)