Skip to content

Commit

Permalink
Optimized SQL execution (DataLinkDC#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Jan 8, 2024
1 parent eafc7f7 commit 6ec6e4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dinky-web/src/pages/DataStudio/HeaderContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ const HeaderContainer = (props: connect) => {
currentData.status = JOB_STATUS.FINISHED;
}
if (currentTab) currentTab.console.result = res.data.result;
if (isSql(currentData.dialect)) {
updateSelectBottomKey(LeftBottomKey.RESULT_KEY);
}
saveTabs({ ...props.tabs });
};

Expand Down

0 comments on commit 6ec6e4a

Please sign in to comment.