From 87d8cd9596e9d8cd40a6e6c5024c43c74816cdb5 Mon Sep 17 00:00:00 2001 From: hehongzhe <935062458@qq.com> Date: Thu, 11 Sep 2025 20:34:08 +0800 Subject: [PATCH] TABLE_ENUM_API_TYPE name fix --- torch_npu/profiler/analysis/prof_common_func/_constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_npu/profiler/analysis/prof_common_func/_constant.py b/torch_npu/profiler/analysis/prof_common_func/_constant.py index 9c8540c1ab..de6f50394a 100644 --- a/torch_npu/profiler/analysis/prof_common_func/_constant.py +++ b/torch_npu/profiler/analysis/prof_common_func/_constant.py @@ -383,7 +383,7 @@ class TableColumnsManager(): ], DbConstant.TABLE_ENUM_API_TYPE : [ ("id", Constant.SQL_INTEGER_TYPE), - ("name", Constant.SQL_INTEGER_TYPE) + ("name", Constant.SQL_TEXT_TYPE) ], DbConstant.TABLE_PYTORCH_API : [ ("startNs", Constant.SQL_TEXT_TYPE), -- Gitee