Skip to content

Commit 0a85eaa

Browse files
chore(NoTicket): remove enable_create_table_with_struct_type setting (#470)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 6bf80a0 commit 0a85eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/dbapi/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def setup_struct_query() -> str:
220220
SET enable_create_table_v2=true;
221221
SET enable_struct_syntax=true;
222222
SET prevent_create_on_information_schema=true;
223-
SET enable_create_table_with_struct_type=true;
224223
DROP TABLE IF EXISTS test_struct;
225224
DROP TABLE IF EXISTS test_struct_helper;
226225
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

Comments
 (0)