We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b57397 commit da101e8Copy full SHA for da101e8
materialize-motherduck/staged_file.go
@@ -78,7 +78,7 @@ func (f *stagedFile) start() {
78
func (f *stagedFile) newFile(ctx context.Context) {
79
r, w := io.Pipe()
80
81
- f.encoder = sql.NewCountingEncoder(w)
+ f.encoder = sql.NewCountingEncoder(w, true)
82
83
group, groupCtx := errgroup.WithContext(ctx)
84
f.group = group
0 commit comments