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

jackietien pushed a commit to branch PBTreeFileSketchTool
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 775c288388302b08013123e79e2ae46b29886817
Author: JackieTien97 <[email protected]>
AuthorDate: Mon Aug 14 19:33:06 2023 +0800

    Fix SchemaFileSketchTool is not found
---
 .../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 1f7df6a1070..c5d895b1747 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.SchemaFileSketchTool
+MAIN_CLASS=org.apache.iotdb.db.tools.schema.PBTreeFileSketchTool
 
 "$JAVA" -cp "$CLASSPATH" "$MAIN_CLASS" "$@"
 exit $?
\ No newline at end of file

Reply via email to