Skip to content

Commit 9e7a678

Browse files
committed
Remove unnecessary sql.
1 parent fb7564a commit 9e7a678

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

sql/core/src/test/resources/sql-tests/inputs/change-column.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ ALTER TABLE global_temp.global_temp_view CHANGE a TYPE INT COMMENT 'this is colu
4141

4242
-- DROP TEST TABLE
4343
DROP TABLE test_change;
44-
DROP TABLE partition_table;
4544
DROP VIEW global_temp.global_temp_view;

sql/core/src/test/resources/sql-tests/results/change-column.sql.out

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Automatically generated by SQLQueryTestSuite
2-
-- Number of queries: 26
2+
-- Number of queries: 25
33

44

55
-- !query 0
@@ -234,17 +234,8 @@ struct<>
234234

235235

236236
-- !query 24
237-
DROP TABLE partition_table
237+
DROP VIEW global_temp.global_temp_view
238238
-- !query 24 schema
239239
struct<>
240240
-- !query 24 output
241-
org.apache.spark.sql.AnalysisException
242-
Table or view not found: partition_table;
243-
244-
245-
-- !query 25
246-
DROP VIEW global_temp.global_temp_view
247-
-- !query 25 schema
248-
struct<>
249-
-- !query 25 output
250241

0 commit comments

Comments
 (0)