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

haonan pushed a commit to branch rc/1.2.1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 93853c54db1e4129adf23801e392d9a95887877b
Author: HTHou <[email protected]>
AuthorDate: Mon Aug 21 16:19:25 2023 +0800

    Revert "Fix SchemaFileSketchTool is not found"
    
    This reverts commit 8c5761f7d86c82a6b945983bbc6cb7ce2d5b64d3.
---
 .../datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh 
b/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh
index c5d895b1747..1f7df6a1070 100644
--- 
a/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh
+++ 
b/iotdb-core/datanode/src/assembly/resources/tools/schema/print-pb-tree-file.sh
@@ -45,7 +45,7 @@ for f in ${IOTDB_HOME}/lib/*.jar; do
   CLASSPATH=${CLASSPATH}":"$f
 done
 
-MAIN_CLASS=org.apache.iotdb.db.tools.schema.PBTreeFileSketchTool
+MAIN_CLASS=org.apache.iotdb.db.tools.schema.SchemaFileSketchTool
 
 "$JAVA" -cp "$CLASSPATH" "$MAIN_CLASS" "$@"
 exit $?
\ No newline at end of file

Reply via email to