Currently, the Ruby Driver allows applications to send the empty list to the Bulk Write operation. The spec states that drivers should raise an error in this case.
https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst#insert-update-replace-delete-and-bulk-writes
- is related to
-
RUBY-3087 Reinstate ability of insert_many to take an Enumerable argument which is not an Array
- Closed