This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch nested-operations
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 55f1a3c increase code cov
new bc9c76e add select-into tests
new 9576c94 make DAGBuilder prittier
new fdf2a96 fix EN user doc structures
add f1c342a [IOTDB-1338] The content of DDL viewing sub-nodes in the user
guide module is wrong (#3991)
add 8a039eb [IOTDB-1703] Fix MManager slow recover with tag (#3997)
add 4e778b5 [IOTDB-1691] Wrong way of calculating the vector's memory
footprint (#3979)
add 00a2484 [IOTDB-1650] Rename the sql command `move` to `unload` (#4002)
add 64f7179 [IOTDB-1713] Run IoTDB CI with JDK17 (#3998)
add ed99733 [ISSUE-3927] Inefficient Usage of JCF (#3926)
add d13523b [IOTDB-1716] Remove `TEMPORARY` keyword from `CREATE
FUNCTION` statement (#4004)
new 0e64141 Merge branch 'master' of github.com:apache/iotdb into
nested-operations
new b44ab09 format of english docsa
new aa9ad5e fix dml doc format
The 6 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:
.github/workflows/main-unix.yml | 2 +-
.github/workflows/main-win.yml | 2 +-
README.md | 2 +-
README_ZH.md | 2 +-
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 20 +-
.../manage/FilePartitionedSnapshotLogManager.java | 12 +-
.../log/manage/PartitionedSnapshotLogManager.java | 5 +-
.../DDL-Data-Definition-Language.md | 2 +-
.../DML-Data-Manipulation-Language.md | 727 ++++++------
.../UserGuide/System-Tools/Load-External-Tsfile.md | 10 +-
.../DDL-Data-Definition-Language.md | 2 +-
.../DML-Data-Manipulation-Language.md | 1242 ++++++++++----------
.../UserGuide/System-Tools/Load-External-Tsfile.md | 10 +-
.../apache/iotdb/jdbc/IoTDBPreparedStatement.java | 4 +-
pom.xml | 4 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 6 +-
.../db/engine/merge/manage/MergeResource.java | 4 +-
.../engine/storagegroup/StorageGroupProcessor.java | 16 +-
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 2 +-
.../apache/iotdb/db/metadata/tag/TagManager.java | 3 +-
.../apache/iotdb/db/qp/constant/SQLConstant.java | 4 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 23 +-
.../org/apache/iotdb/db/qp/logical/Operator.java | 2 +-
.../db/qp/logical/sys/CreateFunctionOperator.java | 11 +-
.../db/qp/logical/sys/ShowFunctionsOperator.java | 12 +-
...veFileOperator.java => UnloadFileOperator.java} | 10 +-
.../db/qp/physical/sys/CreateFunctionPlan.java | 18 +-
.../db/qp/physical/sys/ShowFunctionsPlan.java | 9 +-
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 14 +-
.../apache/iotdb/db/query/dataset/UDTFDataSet.java | 1 +
.../db/query/executor/fill/LastPointReader.java | 13 +-
.../iotdb/db/query/udf/core/layer/DAGBuilder.java | 4 +-
.../udf/service/UDFRegistrationInformation.java | 13 +-
.../query/udf/service/UDFRegistrationService.java | 58 +-
.../java/org/apache/iotdb/db/utils/MemUtils.java | 36 +-
.../db/integration/IoTDBLoadExternalTsfileIT.java | 26 +-
.../iotdb/db/integration/IoTDBSelectIntoIT.java | 31 +
.../iotdb/db/integration/IoTDBUDFManagementIT.java | 104 +-
.../iotdb/db/qp/physical/PhysicalPlanTest.java | 44 +-
.../test/java/org/apache/iotdb/db/sql/Cases.java | 22 +-
40 files changed, 1181 insertions(+), 1351 deletions(-)
rename
server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{MoveFileOperator.java
=> UnloadFileOperator.java} (85%)