File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
sql/core/src/test/resources/sql-tests Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,4 @@ ALTER TABLE global_temp.global_temp_view CHANGE a TYPE INT COMMENT 'this is colu
41
41
42
42
-- DROP TEST TABLE
43
43
DROP TABLE test_change;
44
- DROP TABLE partition_table;
45
44
DROP VIEW global_temp .global_temp_view ;
Original file line number Diff line number Diff line change 1
1
-- Automatically generated by SQLQueryTestSuite
2
- -- Number of queries: 26
2
+ -- Number of queries: 25
3
3
4
4
5
5
-- !query 0
@@ -234,17 +234,8 @@ struct<>
234
234
235
235
236
236
-- !query 24
237
- DROP TABLE partition_table
237
+ DROP VIEW global_temp.global_temp_view
238
238
-- !query 24 schema
239
239
struct<>
240
240
-- !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
250
241
You can’t perform that action at this time.
0 commit comments