Skip to content

Commit

Permalink
KE-44046 fix suicide job when update internal table (#31945)
Browse files Browse the repository at this point in the history
Co-authored-by: Xuecheng Shan <[email protected]>
  • Loading branch information
2 people authored and pfzhan committed Sep 3, 2024
1 parent 2e2f4a5 commit 3855d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void updateInternalTable(String project, String table, String database, S
internalTable.setTblProperties(tblProperties);
internalTable.optimizeTblProperties();
internalTable.setStorageType(storageType);
suicideRunningInternalTableJob(project, table);
suicideRunningInternalTableJob(project, dbTblName);
deleteMetaAndDataInFileSystem(internalTable);
createDeltaSchema(internalTable);
internalTableManager.saveOrUpdateInternalTable(internalTable);
Expand Down

0 comments on commit 3855d39

Please sign in to comment.