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

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


The following commit(s) were added to refs/heads/rel/1.2 by this push:
     new 8c5761f7d86 Fix SchemaFileSketchTool is not found
8c5761f7d86 is described below

commit 8c5761f7d86c82a6b945983bbc6cb7ce2d5b64d3
Author: Jackie Tien <[email protected]>
AuthorDate: Tue Aug 15 14:04:35 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