Description
The KuduContext tracks row count metrics in LongAccumulators, but often the same KuduContext is used for multiple tables causing the LongAccumulators to report incorrect row count values. Having those metrics tracked per table would improve the results/logging.