This is an automated email from the ASF dual-hosted git repository.
critas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f096b8210ff Implemented the alter encoding compression function for
tree model (#16672)
add ababbf337e2 Support SSL-related parameters and interactive password
input in export/import tools (#16698)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/tool/common/Constants.java | 12 ++++++
.../org/apache/iotdb/tool/common/OptionsUtil.java | 30 +++++++++++++++
.../apache/iotdb/tool/data/AbstractDataTool.java | 41 ++++++++++++++++++++-
.../apache/iotdb/tool/data/ExportDataTable.java | 10 +++--
.../org/apache/iotdb/tool/data/ExportDataTree.java | 29 +++++++++------
.../apache/iotdb/tool/data/ImportDataTable.java | 10 +++--
.../org/apache/iotdb/tool/data/ImportDataTree.java | 10 +++--
.../iotdb/tool/schema/AbstractSchemaTool.java | 43 ++++++++++++++++++++--
.../iotdb/tool/schema/ExportSchemaTable.java | 10 +++--
.../apache/iotdb/tool/schema/ExportSchemaTree.java | 12 +++++-
.../iotdb/tool/schema/ImportSchemaTable.java | 10 +++--
.../apache/iotdb/tool/schema/ImportSchemaTree.java | 10 +++--
12 files changed, 190 insertions(+), 37 deletions(-)