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

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


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

commit f7ca23cbd00c0888ca3b5716ec4a2fad00bff845
Author: Jackie Tien <[email protected]>
AuthorDate: Tue Aug 15 09:33:28 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