Skip to content

Commit

Permalink
fix: fix create table result (#1354)
Browse files Browse the repository at this point in the history
## Rationale
In this PR #1344, the results of
table creation in the integration test were updated, but it was found
that the integration test failed to pass due to an extra blank row. Fix
this problem.

## Detailed Changes
* Fix create table result.

## Test Plan
No need.
  • Loading branch information
ZuLiangWang authored Dec 7, 2023
1 parent 9f9079f commit a498083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ affected_rows: 0

DROP TABLE IF EXISTS `05_create_tables_t12`;

affected_rows: 0
affected_rows: 0

0 comments on commit a498083

Please sign in to comment.