Repository: spark
Updated Branches:
refs/heads/branch-1.5 5bbb2d327 -> 612b4609b
[SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimator
1. The rate estimator should not estimate any rate when there are no records in
the batch, as there is no data to estimate the rate. In t
Repository: spark
Updated Branches:
refs/heads/master 1150a19b1 -> f3bfb711c
[SPARK-9966] [STREAMING] Handle couple of corner cases in PIDRateEstimator
1. The rate estimator should not estimate any rate when there are no records in
the batch, as there is no data to estimate the rate. In the c