sarutak commented on issue #25397: [SPARK-28677][WEBUI] "Select All" checkbox in StagePage doesn't work properly URL: https://github.com/apache/spark/pull/25397#issuecomment-519982210 > Can you please explain this in more details so we have it documented what really book it? Please `stagepage.js` is not present in `2.3` and `2.4`. This bug is introduced by `stagepage.js` which is merged into `master`. The cause is that wrong method is used to manipulate multiple columns. `columns` should have been used but `column` was used.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
