-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(stateless): fix stateless test of desc after merge main branch
- Loading branch information
Showing
2 changed files
with
5 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 2 additions & 15 deletions
17
tests/suites/0_stateless/20+_others/20_0000_describe_table.result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,10 @@ | ||
<<<<<<< HEAD | ||
a BIGINT YES NULL | ||
b INT YES NULL | ||
c VARCHAR YES NULL | ||
d SMALLINT NO 0 | ||
e DATE16 NO 0 | ||
e DATE NO 0 | ||
a BIGINT YES NULL | ||
b INT YES NULL | ||
c VARCHAR YES NULL | ||
d SMALLINT NO 0 | ||
e DATE16 NO 0 | ||
======= | ||
a BIGINT YES NULL | ||
b INT YES NULL | ||
c VARCHAR YES NULL | ||
d SMALLINT NO 0 | ||
e DATE NO 0 | ||
a BIGINT YES NULL | ||
b INT YES NULL | ||
c VARCHAR YES NULL | ||
d SMALLINT NO 0 | ||
e DATE NO 0 | ||
>>>>>>> main | ||
e DATE NO 0 |