Skip to content

Commit

Permalink
[fix](case) drop table if exists before create it (#40205)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
  • Loading branch information
hello-stephen authored Aug 30, 2024
1 parent e4c48cf commit 1ed7975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression-test/suites/show_p0/test_show_data_skew.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// under the License.

suite("test_show_data_skew") {
sql """ DROP TABLE IF EXISTS test_show_data_skew; """
sql """
CREATE TABLE test_show_data_skew (
id int,
Expand Down

0 comments on commit 1ed7975

Please sign in to comment.