Skip to content

Commit 976779b

Browse files
committed
work in process
1 parent a5c5d48 commit 976779b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __init__(
248248
ActionType.TABLE_FUNCTION_FLIGHT_INFO: ActionHandlerSpec(
249249
self.action_table_function_flight_info,
250250
action_decoders.table_function_flight_info,
251-
lambda v: v.model_dump(),
251+
lambda x: x.serialize(),
252252
False,
253253
),
254254
ActionType.LIST_SCHEMAS: ActionHandlerSpec(

0 commit comments

Comments
 (0)