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

justinchen pushed a change to branch c-ger-p
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from d34bd8d5aec [To dev/1.3] Pipe: Optimized the memory occupation of pipe 
realtime source (#17450)(#17474) (#17486)
     new 177787a269b Enhance the last query permission && Fixed the rollback 
version of alter view / table plans && Deleted the unnecessary mods in Tree 
view deletion (#17465)
     new eeb7dce5d1c part
     new 247e88c24cb part

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/iotdb/db/it/IoTDBRestServiceIT.java | 160 +++++++++++++
 .../org/apache/iotdb/db/it/utils/TestUtils.java    |  26 ++
 .../iotdb/session/it/IoTDBSessionQueryIT.java      |  77 ++++++
 .../schema/table/RenameTableColumnProcedure.java   | 247 +++++++++++++++++++
 .../schema/table/SetTablePropertiesProcedure.java  | 264 +++++++++++++++++++++
 .../plan/parser/StatementGenerator.java            |   2 +-
 .../schemaengine/schemaregion/ISchemaRegion.java   |   4 +-
 .../schemaregion/impl/SchemaRegionMemoryImpl.java  |   6 +-
 .../schemaregion/impl/SchemaRegionPBTreeImpl.java  |   4 +-
 .../mtree/impl/mem/MTreeBelowSGMemoryImpl.java     |   7 +-
 10 files changed, 789 insertions(+), 8 deletions(-)
 create mode 100644 
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/table/RenameTableColumnProcedure.java
 create mode 100644 
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/table/SetTablePropertiesProcedure.java

Reply via email to