We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a923ad8 commit 8a1d349Copy full SHA for 8a1d349
tests/sqllogictests/suites/ee/01_ee_system/01_0002_virtual_column.test
@@ -613,9 +613,6 @@ S001 ST001 A Excellent Y
613
S002 ST002 B Good Y
614
S003 ST003 C Average N
615
616
-statement ok
617
-set enable_block_stream_write = 1
618
-
619
statement ok
620
CREATE OR REPLACE TABLE test_stream (
621
id INT,
@@ -670,9 +667,6 @@ FROM test_stream;
670
667
9 "Richard" 33 "Austin" "hiking" "cycling"
671
668
10 "Lisa" 26 "Chicago" "gaming" "reading"
672
669
673
674
-set enable_block_stream_write = 0
675
676
677
set enable_experimental_virtual_column = 0;
678
0 commit comments