Skip to content

Commit 0c30584

Browse files
[Async] Apply #2313 to async code
1 parent fdf1d38 commit 0c30584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/aio/test_arrow_result_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ async def structured_type_wrapped_conn(conn_cnx, structured_type_support):
129129
"ENABLE_STRUCTURED_TYPES_NATIVE_ARROW_FORMAT": True,
130130
"FORCE_ENABLE_STRUCTURED_TYPES_NATIVE_ARROW_FORMAT": True,
131131
"IGNORE_CLIENT_VESRION_IN_STRUCTURED_TYPES_RESPONSE": True,
132+
"ENABLE_STRUCTURED_TYPES_IN_FDN_TABLES": True,
132133
}
133134

134135
async with conn_cnx(session_parameters=parameters) as conn:

0 commit comments

Comments
 (0)