Skip to content

Commit 4469cfc

Browse files
committed
chore
1 parent c84c2c1 commit 4469cfc

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

datafusion/sqllogictest/test_files/set_variable.slt

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -289,17 +289,6 @@ datafusion.execution.parquet.max_predicate_cache_size NULL
289289
statement ok
290290
set datafusion.catalog.information_schema = true
291291

292-
statement ok
293-
SET TIME ZONE = '+10:00'
294-
295-
statement ok
296-
RESET TIME ZONE
297-
298-
query TT
299-
SHOW TIME ZONE
300-
----
301-
datafusion.execution.time_zone +00:00
302-
303292
statement ok
304293
SET TIMEZONE = '-03:00'
305294

@@ -309,7 +298,7 @@ RESET TIMEZONE
309298
query TT
310299
SHOW TIMEZONE
311300
----
312-
datafusion.execution.time_zone +00:00
301+
datafusion.execution.time_zone NULL
313302

314303
statement ok
315304
SET TIME ZONE = '+09:00'
@@ -320,7 +309,7 @@ RESET timezone
320309
query TT
321310
SHOW TIME ZONE
322311
----
323-
datafusion.execution.time_zone +00:00
312+
datafusion.execution.time_zone NULL
324313

325314
# reset runtime variables
326315
statement ok
@@ -357,6 +346,7 @@ EXPLAIN ANALYZE SELECT * FROM generate_series(1, 1000) AS t1(v1) ORDER BY v1
357346

358347
statement ok
359348
RESET datafusion.runtime.memory_limit
349+
360350
# This query should succeed after resetting memory limit
361351
statement ok
362352
EXPLAIN ANALYZE SELECT * FROM generate_series(1, 1000) AS t1(v1) ORDER BY v1

0 commit comments

Comments
 (0)