v.25.1Backward Incompatible Changes

JSONEachRowWithProgress: Improved Progress Display by Eliminating Zero Values

JSONEachRowWithProgress will write the progress whenever the progress happens. In previous versions, the progress was shown only after each block of the result, which made it useless. Change the way how the progress is displayed: it will not show zero values. This closes #70800. #73834 (Alexey Milovidov).