Skip to content

Commit 6ee9cad

Browse files
committed
Set experimental_analyzer and no_parallel
1 parent 29fd5a6 commit 6ee9cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/queries/0_stateless/03222_datetime64_small_value_const.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- Tags: shard
22
set session_timezone = 'UTC'; -- don't randomize the session timezone
3+
SET allow_experimental_analyzer = 1;
34

45
select *, (select toDateTime64(0, 3)) from remote('127.0.0.1', system.one) settings prefer_localhost_replica=0;
56
select *, (select toDateTime64(5, 3)) from remote('127.0.0.1', system.one) settings prefer_localhost_replica=0;
@@ -38,3 +39,6 @@ select count(*) from distr_03222_dt64 where dt < (select toDateTime64('2004-07-2
3839
drop table if exists shard_0.dt64_03222;
3940
drop table if exists shard_1.dt64_03222;
4041
drop table if exists distr_03222_dt64;
42+
43+
drop database shard_0;
44+
drop database shard_1;

0 commit comments

Comments
 (0)