Skip to content

Commit

Permalink
add default param
Browse files Browse the repository at this point in the history
Signed-off-by: Xianhui.Lin <[email protected]>
  • Loading branch information
JsDove committed Jan 8, 2025
1 parent da90dc6 commit d513765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/client/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def row_insert_param(
entities: List,
partition_name: str,
fields_info: Dict,
schema_timestamp: int,
schema_timestamp: int = 0,
enable_dynamic: bool = False,
):
if not fields_info:
Expand Down

0 comments on commit d513765

Please sign in to comment.