Skip to content

Commit 1fd5417

Browse files
committed
address review
1 parent 3a2de23 commit 1fd5417

File tree

1 file changed

+1
-1
lines changed
  • bindings/python/pymongoarrow

1 file changed

+1
-1
lines changed

bindings/python/pymongoarrow/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def write(collection, tabular, *, exclude_none: bool = False):
483483

484484
tabular_gen = _tabular_generator(tabular, exclude_none=exclude_none)
485485

486-
# Handle Pandas NA objects.
486+
# Add handling for special case types.
487487
codec_options = collection.codec_options
488488
type_registry = TypeRegistry([_PandasNACodec(), _DecimalCodec()])
489489
codec_options = codec_options.with_options(type_registry=type_registry)

0 commit comments

Comments
 (0)