https://issues.apache.org/bugzilla/show_bug.cgi?id=51356
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |FIXED --- Comment #3 from Yegor Kozlov <[email protected]> 2011-06-11 18:21:54 UTC --- Fixed in r1134721 Strictly speaking, auto-sizing of columns cannot be supported in SXSSF becasue as Dave pointed, this API can only access rows within the sliding window. I changed SXSSF so that it calculates column size for rows in memory, that is, column size is calculated for rows in the sling window. The result can be "off", but it is the best I can do. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
