We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1a67ad + b24f531 commit 5631b2aCopy full SHA for 5631b2a
ravendb/documents/bulk_insert_operation.py
@@ -36,7 +36,7 @@ def __init__(self):
36
self.output_stream_mock = Future()
37
38
def enqueue_buffer_for_flush(self, buffer: bytearray):
39
- self._buffers_to_flush_queue.put(buffer)
+ self._buffers_to_flush_queue.put(bytes(buffer))
40
41
# todo: blocking semaphore acquired and released on enter and exit from bulk insert operation context manager
42
def send_data(self):
0 commit comments