Commit a8c5471
Fix max_lines parameter being overwritten in insert_into_temp_tables loop (#63)
The parameter was mutated on the first iteration when no limit was set,
causing subsequent batches to use a stale value from whichever table was
processed first.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent df6977d commit a8c5471
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
392 | | - | |
| 391 | + | |
393 | 392 | | |
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
397 | 396 | | |
398 | 397 | | |
399 | | - | |
| 398 | + | |
400 | 399 | | |
401 | | - | |
| 400 | + | |
402 | 401 | | |
403 | 402 | | |
404 | 403 | | |
| |||
0 commit comments