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 6bf80a0 commit 0a85eaaCopy full SHA for 0a85eaa
tests/integration/dbapi/conftest.py
@@ -220,7 +220,6 @@ def setup_struct_query() -> str:
220
SET enable_create_table_v2=true;
221
SET enable_struct_syntax=true;
222
SET prevent_create_on_information_schema=true;
223
- SET enable_create_table_with_struct_type=true;
224
DROP TABLE IF EXISTS test_struct;
225
DROP TABLE IF EXISTS test_struct_helper;
226
CREATE TABLE IF NOT EXISTS test_struct(id int not null, s struct(a array(int) null, b datetime null) not null);
0 commit comments