Skip to content

Commit d726250

Browse files
committed
fix: changes for statistics
1 parent 816ae51 commit d726250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_flight_server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def __init__(
244244
ActionType.COLUMN_STATISTICS: ActionHandlerSpec(
245245
self.action_column_statistics,
246246
parameter_types.column_statistics,
247-
lambda x: x.model_dump(),
247+
lambda x: x.model_dump(exclude_none=True),
248248
False,
249249
),
250250
ActionType.CREATE_TABLE: ActionHandlerSpec(

0 commit comments

Comments
 (0)