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
153111: import: fix bulk summary override bug when import with multiple files r=ZhouXing19 a=ZhouXing19
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.
More internal discussion can be found [here](https://cockroachlabs.slack.com/archives/C02DSDS9TM1/p1756991625692929).
Epic: None
Release note (bug fix): fix bulk summary override bug with IMPORT with multiple files.
Co-authored-by: ZhouXing19 <[email protected]>
0 commit comments