mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 03:00:43 -05:00
Make sure we create a flusher when creating a MutableMap
This commit is contained in:
@@ -176,6 +176,7 @@ func (m ArtifactMap) Editor() *ArtifactsEditor {
|
||||
keyDesc: m.keyDesc,
|
||||
valDesc: m.valDesc,
|
||||
maxPending: artifactMapPendingBufferSize,
|
||||
flusher: ProllyFlusher{},
|
||||
},
|
||||
artKB: val.NewTupleBuilder(artKD),
|
||||
artVB: val.NewTupleBuilder(artVD),
|
||||
|
||||
Reference in New Issue
Block a user