https://issues.apache.org/bugzilla/show_bug.cgi?id=53514
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Yegor Kozlov <[email protected]> --- Current code is invalid, it repeatedly inserts the header row in a loop and this is why you see a blank row in the output. Move creation of the header row outside of the main loop and you will be good. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
