Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper committed Feb 14, 2025
1 parent b9828bf commit 3a35907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datanode/importv2/task_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (t *ImportTask) importFile(reader importutilv2.Reader) error {
}
rowNum := GetInsertDataRowCount(data, t.GetSchema())
if rowNum == 0 {
log.Info("0 row was imported, the data may have been deleted", WrapLogFields(t))
log.Info("0 row was imported, the data may have been deleted", WrapLogFields(t)...)
continue
}
err = AppendSystemFieldsData(t, data, rowNum)
Expand Down

0 comments on commit 3a35907

Please sign in to comment.