You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import: fix bulk summary override bug when import with multiple files
When the import source is more than 1 csv file, there is a risk that the
bulk summary is incorrectly reset after the first csv file progress is
processed, leading to the actual progress being overriden with a nil
value. This commit is to fix it.
Release note (bug fix): Fix bulk summary override bug with IMPORT with multiple files. This bug is introduced from #68218 since v21.2.
0 commit comments