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

qiaojialin pushed a change to branch IOTDB-3164-0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 8607be022c fix compilation problem
     add d2b92c94b8 [IOTDB-2782] When users are not granted READ_TIMESERIES or 
INSERT_TIMESERIES, the verification prompt needs to be unified (#7163)
     add 6603008e1b [To rel/0.13][IOTDB-2769] Rename auth privilege name and 
add related IT test (#7167)
     add 7367d11069 [To rel/0.13]Fix rewriteFileTool for aligned timeseries 
(#7172)
     add d573f87d63 Re ext lib 0.13 (#7180)
     add e9c6d78086 [To rel/0.13] add 0.13.2 release note (#7193)
     add 56a821e4a9 update jdbc and client-py's version to release 0.13.2 
(#7202)
     add 1188ee17e6 [maven-release-plugin] prepare release v0.13.2
     add ba553fe828 [maven-release-plugin] prepare for next development 
iteration
     add 364b8c7c98 [To rel/0.13][IOTDB-4305] fix website building (#7209)
     add ad03a4fb37 remove unnecessary blank in pom
     add 60a8bec1ed [To rel/0.13][IOTDB-4320][ISSUE-7211] Recover insert row 
with null value throw NPE (#7221)
     add 737986e50f [To rel/0.13] Fix docs format (#7027)
     add e4aa527d7c Merge branch 'rel/0.13' into IOTDB-3164-0.13

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.md                                   |  30 ++++
 antlr/pom.xml                                      |   2 +-
 cli/pom.xml                                        |   2 +-
 client-cpp/pom.xml                                 |   2 +-
 client-py/pom.xml                                  |   2 +-
 client-py/setup.py                                 |   2 +-
 cluster/pom.xml                                    |   2 +-
 .../apache/iotdb/cluster/utils/StatusUtils.java    |   2 +-
 .../iotdb/cluster/integration/SingleNodeTest.java  |  15 +-
 code-coverage/pom.xml                              |   2 +-
 compile-tools/pom.xml                              |   2 +-
 compile-tools/thrift/pom.xml                       |   2 +-
 cross-tests/pom.xml                                |   2 +-
 distribution/pom.xml                               |   2 +-
 docs/UserGuide/API/Status-Codes.md                 |   2 +-
 .../Administration-Management/Administration.md    |   4 +-
 .../{nifi-iotdb-bundle.md => NiFi-IoTDB.md}        |  30 ++++
 docs/zh/UserGuide/API/InfluxDB-Protocol.md         |  24 +--
 .../zh/UserGuide/API/Programming-Cpp-Native-API.md |  40 ++---
 docs/zh/UserGuide/API/Programming-JDBC.md          |   4 +-
 .../UserGuide/API/Programming-Java-Native-API.md   |  42 ++---
 docs/zh/UserGuide/API/Programming-MQTT.md          |   2 +-
 .../UserGuide/API/Programming-Python-Native-API.md |  46 ++---
 docs/zh/UserGuide/API/Programming-Thrift.md        |  12 +-
 docs/zh/UserGuide/API/Programming-TsFile-API.md    |   7 +-
 docs/zh/UserGuide/API/Status-Codes.md              |   2 +-
 .../Administration-Management/Administration.md    |   4 +-
 docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md |  28 +--
 docs/zh/UserGuide/Cluster/Cluster-Setup.md         |  27 +--
 docs/zh/UserGuide/Data-Concept/Compression.md      |   8 +-
 .../Data-Concept/Data-Model-and-Terminology.md     |  26 +--
 docs/zh/UserGuide/Data-Concept/Data-Type.md        |  10 +-
 docs/zh/UserGuide/Data-Concept/Encoding.md         |   6 +-
 docs/zh/UserGuide/Data-Concept/Schema-Template.md  |   8 +-
 docs/zh/UserGuide/Data-Concept/Time-Partition.md   |   8 +-
 docs/zh/UserGuide/Data-Concept/Time-zone.md        |   4 +-
 .../UserGuide/Data-Modeling/VirtualStorageGroup.md |  10 +-
 .../{nifi-iotdb-bundle.md => NiFi-IoTDB.md}        |  30 ++++
 .../Integration-Test-refactoring-tutorial.md       |   4 +-
 docs/zh/UserGuide/Maintenance-Tools/JMX-Tool.md    |   4 +-
 .../Maintenance-Tools/Maintenance-Command.md       |  21 +--
 docs/zh/UserGuide/Maintenance-Tools/Metric-Tool.md |  58 +++---
 docs/zh/UserGuide/Maintenance-Tools/NodeTool.md    |  20 +--
 docs/zh/UserGuide/Maintenance-Tools/Sync-Tool.md   |  26 +--
 .../Maintenance-Tools/TsFile-Split-Tool.md         |   2 +-
 .../Maintenance-Tools/TsFileSelfCheck-Tool.md      |   4 +-
 .../Operate-Metadata/Auto-Create-MetaData.md       |  12 +-
 docs/zh/UserGuide/Operate-Metadata/Node.md         |  10 +-
 .../zh/UserGuide/Operate-Metadata/Storage-Group.md |  10 +-
 docs/zh/UserGuide/Operate-Metadata/TTL.md          |   8 +-
 docs/zh/UserGuide/Operate-Metadata/Template.md     |  14 +-
 docs/zh/UserGuide/Operate-Metadata/Timeseries.md   |  14 +-
 docs/zh/UserGuide/Process-Data/Alerting.md         |  24 +--
 docs/zh/UserGuide/Process-Data/Continuous-Query.md |  36 ++--
 docs/zh/UserGuide/Process-Data/Select-Into.md      |  16 +-
 docs/zh/UserGuide/Process-Data/Triggers.md         |  70 ++++----
 .../Process-Data/UDF-User-Defined-Function.md      |  52 +++---
 docs/zh/UserGuide/Query-Data/Aggregate-Query.md    |  18 +-
 docs/zh/UserGuide/Query-Data/Fill-Null-Value.md    |  20 +--
 docs/zh/UserGuide/Query-Data/Last-Query.md         |   2 +-
 docs/zh/UserGuide/Query-Data/Overview.md           |  20 +--
 docs/zh/UserGuide/Query-Data/Pagination.md         |  10 +-
 .../Query-Data/Performance-Tracing-Tool.md         |   2 +-
 docs/zh/UserGuide/Query-Data/Query-Filter.md       |  12 +-
 docs/zh/UserGuide/Query-Data/Result-Format.md      |   6 +-
 docs/zh/UserGuide/Query-Data/Select-Expression.md  |  54 +++---
 docs/zh/UserGuide/Query-Data/Tracing-Tool.md       |   2 +-
 docs/zh/UserGuide/Query-Data/Without-Null.md       |  22 +--
 .../UserGuide/QuickStart/Command-Line-Interface.md |  15 +-
 docs/zh/UserGuide/QuickStart/QuickStart.md         |  20 +--
 docs/zh/UserGuide/QuickStart/ServerFileList.md     |  46 ++---
 docs/zh/UserGuide/Reference/Config-Manual.md       |  66 +++----
 .../Reference/Frequently-asked-questions.md        |   2 +-
 docs/zh/UserGuide/Reference/Keywords.md            |   2 +-
 docs/zh/UserGuide/Reference/SQL-Reference.md       |  20 +--
 docs/zh/UserGuide/Reference/Syntax-Conventions.md  |   3 +-
 docs/zh/UserGuide/Reference/TSDB-Comparison.md     |  30 ++--
 docs/zh/UserGuide/UDF-Library/Anomaly-Detection.md |  80 ++++-----
 docs/zh/UserGuide/UDF-Library/Data-Matching.md     |  64 +++----
 docs/zh/UserGuide/UDF-Library/Data-Profiling.md    | 196 ++++++++++-----------
 docs/zh/UserGuide/UDF-Library/Data-Quality.md      |  74 ++++----
 docs/zh/UserGuide/UDF-Library/Data-Repairing.md    |  64 +++----
 docs/zh/UserGuide/UDF-Library/Frequency-Domain.md  |  86 ++++-----
 docs/zh/UserGuide/UDF-Library/M4.md                |  40 ++---
 docs/zh/UserGuide/UDF-Library/Quick-Start.md       |  42 ++---
 docs/zh/UserGuide/UDF-Library/Series-Discovery.md  |  50 +++---
 docs/zh/UserGuide/UDF-Library/String-Processing.md |  58 +++---
 .../zh/UserGuide/Write-And-Delete-Data/CSV-Tool.md |  24 +--
 .../UserGuide/Write-And-Delete-Data/Delete-Data.md |   8 +-
 .../Write-And-Delete-Data/Load-External-Tsfile.md  |  12 +-
 .../UserGuide/Write-And-Delete-Data/Write-Data.md  |   8 +-
 example/client-cpp-example/pom.xml                 |   2 +-
 example/flink/pom.xml                              |   2 +-
 example/hadoop/pom.xml                             |   2 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   2 +-
 example/mqtt-customize/pom.xml                     |   2 +-
 example/mqtt/pom.xml                               |   2 +-
 example/pom.xml                                    |   2 +-
 example/pulsar/pom.xml                             |   2 +-
 example/rabbitmq/pom.xml                           |   2 +-
 example/rocketmq/pom.xml                           |   2 +-
 example/session/pom.xml                            |   2 +-
 example/trigger/pom.xml                            |   4 +-
 example/tsfile/pom.xml                             |   2 +-
 example/udf/pom.xml                                |   2 +-
 external-api/pom.xml                               |   2 +-
 .../iotdb/external/api/IPropertiesLoader.java      |  11 +-
 ...sNumerLimiter.java => ISeriesNumerMonitor.java} |   7 +-
 flink-iotdb-connector/pom.xml                      |   2 +-
 flink-tsfile-connector/pom.xml                     |   2 +-
 .../iotdb/flink/tsfile/util/TSFileConfigUtil.java  |   1 +
 .../util/TSFileConfigUtilCompletenessTest.java     |  13 +-
 grafana-connector/pom.xml                          |   2 +-
 grafana-plugin/pom.xml                             |   2 +-
 hadoop/pom.xml                                     |   2 +-
 hive-connector/pom.xml                             |   2 +-
 integration/pom.xml                                |   2 +-
 .../iotdb/db/integration/IoTDBAuthorizationIT.java |  52 +++++-
 .../db/integration/IoTDBPartialInsertionIT.java    |  13 +-
 .../apache/iotdb/session/template/TemplateUT.java  |  35 +++-
 jdbc/README.md                                     |   2 +-
 jdbc/pom.xml                                       |   2 +-
 jdbc/src/main/feature/feature.xml                  |   2 +-
 metrics/dropwizard-metrics/pom.xml                 |  10 +-
 metrics/interface/pom.xml                          |   4 +-
 metrics/micrometer-metrics/pom.xml                 |   4 +-
 metrics/pom.xml                                    |   2 +-
 openapi/pom.xml                                    |   2 +-
 pom.xml                                            |   2 +-
 rewriteFileTool/pom.xml                            |   2 +-
 .../java/org/apache/iotdb/RewriteFileTool.java     |  15 +-
 server/pom.xml                                     |   2 +-
 .../resources/conf/iotdb-engine.properties         |  25 +--
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |   6 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  40 ++---
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   4 -
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  80 ++-------
 .../org/apache/iotdb/db/metadata/MManager.java     |  70 +++++---
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   8 +-
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   4 +-
 .../iotdb/db/qp/logical/sys/AuthorOperator.java    |  12 +-
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  12 +-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   |  21 ++-
 .../iotdb/db/qp/physical/sys/AuthorPlan.java       |  24 +--
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |   5 +-
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   4 -
 .../iotdb/db/service/basic/ServiceProvider.java    |   5 +-
 .../db/service/thrift/impl/TSServiceImpl.java      |   5 +-
 .../org/apache/iotdb/db/utils/JarLoaderUtil.java   | 156 ----------------
 .../apache/iotdb/db/auth/AuthorityCheckerTest.java |   2 +-
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  51 ++++++
 service-rpc/pom.xml                                |   2 +-
 session/pom.xml                                    |   2 +-
 site/pom.xml                                       |   2 +-
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   2 +-
 testcontainer/pom.xml                              |   2 +-
 thrift-cluster/pom.xml                             |   2 +-
 thrift-influxdb/pom.xml                            |   2 +-
 thrift-sync/pom.xml                                |   2 +-
 thrift/pom.xml                                     |   2 +-
 tsfile/pom.xml                                     |   2 +-
 .../iotdb/tsfile/common/conf/TSFileConfig.java     |  11 ++
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |   4 +-
 zeppelin-interpreter/pom.xml                       |   2 +-
 166 files changed, 1437 insertions(+), 1401 deletions(-)
 rename docs/UserGuide/Ecosystem Integration/{nifi-iotdb-bundle.md => 
NiFi-IoTDB.md} (76%)
 rename docs/zh/UserGuide/Ecosystem Integration/{nifi-iotdb-bundle.md => 
NiFi-IoTDB.md} (79%)
 rename 
external-api/src/main/java/org/apache/iotdb/external/api/{ISeriesNumerLimiter.java
 => ISeriesNumerMonitor.java} (82%)
 delete mode 100644 
server/src/main/java/org/apache/iotdb/db/utils/JarLoaderUtil.java

Reply via email to