Project

General

Profile

« Previous | Next » 

Revision 3324

bin/map: ex_tracker: Don't add row_ct to iters count in column-based import (by_col) because errors are not done by row, so a % of rows affected is not meaningful

View differences:

bin/map
449 449
    pool.main_loop()
450 450
    
451 451
    profiler.stop(row_ct)
452
    ex_tracker.add_iters(row_ct)
452
    if not by_col: ex_tracker.add_iters(row_ct) # only if errors are done by row
453 453
    log('Processed '+str(row_ct)+' input rows')
454 454
    log(profiler.msg())
455 455
    log(ex_tracker.msg())

Also available in: Unified diff