We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32042dc commit bd195f2Copy full SHA for bd195f2
hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/SQLServer/FederationStateStoreStoreProcs.sql
@@ -127,7 +127,7 @@ AS BEGIN
127
[createTime],
128
row_number() over(order by [createTime] desc) AS app_rank
129
FROM [dbo].[applicationsHomeSubCluster]
130
- WHERE [homeSubCluster] = @homeSubCluster OR @homeSubCluster = '') AS t
+ WHERE [homeSubCluster] = @homeSubCluster OR @homeSubCluster = '') AS applicationsHomeSubCluster
131
WHERE app_rank <= @limit;
132
END TRY
133
0 commit comments