v.23.1Improvement
Fix output_format_pretty_row_numbers to Preserve Counter Across Blocks
Fix output_format_pretty_row_numbers does not preserve the counter across the blocks. Closes #44815. #44832 (flynn).Why it matters
This fix addresses the issue where the row numbering reset between blocks when using theoutput_format_pretty_row_numbers. Preserving the counter across blocks ensures continuous and accurate numbering in the formatted output, improving readability and consistency.How to use it
Use theoutput_format_pretty_row_numbers output format as usual. With this fix applied, the row numbers will now correctly continue across multiple blocks without resetting.