We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816ae51 commit d726250Copy full SHA for d726250
1 file changed
src/query_farm_flight_server/server.py
@@ -244,7 +244,7 @@ def __init__(
244
ActionType.COLUMN_STATISTICS: ActionHandlerSpec(
245
self.action_column_statistics,
246
parameter_types.column_statistics,
247
- lambda x: x.model_dump(),
+ lambda x: x.model_dump(exclude_none=True),
248
False,
249
),
250
ActionType.CREATE_TABLE: ActionHandlerSpec(
0 commit comments