Skip to content

Commit 325440a

Browse files
committed
optimizer moved to get_substrait call
1 parent 7689f44 commit 325440a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/sql/test_between.test

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ require substrait
77
statement ok
88
PRAGMA enable_verification
99

10-
statement ok
11-
PRAGMA disable_optimizer
12-
1310
statement ok
1411
create table t as select * from range(100) as t(x)
1512

1613
statement ok
17-
CALL get_substrait('select * from t where x BETWEEN 4 AND 6');
14+
CALL get_substrait('select * from t where x BETWEEN 4 AND 6;', enable_optimizer = false );

0 commit comments

Comments
 (0)