Skip to content

Commit dfcd423

Browse files
committed
update
1 parent 808a7b3 commit dfcd423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/test/java/org/apache/doris/analysis/ShowBackendsStmtTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public boolean checkDbPriv(UserIdentity currentUser, String ctl, String db, Priv
7171
public void getMetaData() {
7272
ShowBackendsStmt stmt = new ShowBackendsStmt();
7373
ShowResultSetMetaData result = stmt.getMetaData();
74-
Assertions.assertEquals(result.getColumnCount(), 27);
74+
Assertions.assertEquals(result.getColumnCount(), 28);
7575
result.getColumns().forEach(col -> Assertions.assertEquals(col.getType(), ScalarType.createVarchar(30)));
7676
}
7777

0 commit comments

Comments
 (0)