Skip to content

Commit 8a1d349

Browse files
committed
fix
1 parent a923ad8 commit 8a1d349

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/sqllogictests/suites/ee/01_ee_system/01_0002_virtual_column.test

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,6 @@ S001 ST001 A Excellent Y
613613
S002 ST002 B Good Y
614614
S003 ST003 C Average N
615615

616-
statement ok
617-
set enable_block_stream_write = 1
618-
619616
statement ok
620617
CREATE OR REPLACE TABLE test_stream (
621618
id INT,
@@ -670,9 +667,6 @@ FROM test_stream;
670667
9 "Richard" 33 "Austin" "hiking" "cycling"
671668
10 "Lisa" 26 "Chicago" "gaming" "reading"
672669

673-
statement ok
674-
set enable_block_stream_write = 0
675-
676670
statement ok
677671
set enable_experimental_virtual_column = 0;
678672

0 commit comments

Comments
 (0)