Skip to content

Commit b866808

Browse files
NO-SNOW Enable structured types in fdn tables to unblock the CI (#2313)
1 parent bbc2f80 commit b866808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/test_arrow_result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def structured_type_wrapped_conn(conn_cnx, structured_type_support):
219219
"ENABLE_STRUCTURED_TYPES_NATIVE_ARROW_FORMAT": True,
220220
"FORCE_ENABLE_STRUCTURED_TYPES_NATIVE_ARROW_FORMAT": True,
221221
"IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE": True,
222+
"ENABLE_STRUCTURED_TYPES_IN_FDN_TABLES": True,
222223
}
223224

224225
with conn_cnx(session_parameters=parameters) as conn:

0 commit comments

Comments
 (0)