Skip to content

Commit bd195f2

Browse files
author
slfan1989
committed
YARN-11290. Fix CheckStyle.
1 parent 32042dc commit bd195f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/bin/FederationStateStore/SQLServer/FederationStateStoreStoreProcs.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ AS BEGIN
127127
[createTime],
128128
row_number() over(order by [createTime] desc) AS app_rank
129129
FROM [dbo].[applicationsHomeSubCluster]
130-
WHERE [homeSubCluster] = @homeSubCluster OR @homeSubCluster = '') AS t
130+
WHERE [homeSubCluster] = @homeSubCluster OR @homeSubCluster = '') AS applicationsHomeSubCluster
131131
WHERE app_rank <= @limit;
132132
END TRY
133133

0 commit comments

Comments
 (0)