Skip to content

Commit 0e57a97

Browse files
Switch default
1 parent c12012b commit 0e57a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bson/binary.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def self.from_python_legacy_uuid(uuid_binary)
409409
# @param [ Boolean ] validate_vector_data Whether to validate the vector data.
410410
#
411411
# @return [ BSON::Binary ] The binary object.
412-
def self.from_vector(vector, dtype = nil, padding = 0, validate_vector_data: true)
412+
def self.from_vector(vector, dtype = nil, padding = 0, validate_vector_data: false)
413413
data, dtype, padding = extract_args_for_vector(vector, dtype, padding)
414414
validate_args_for_vector!(data, dtype, padding)
415415

0 commit comments

Comments
 (0)