rusackas commented on PR #39661: URL: https://github.com/apache/superset/pull/39661#issuecomment-5209303576
Good catch on the pagination dead-end. One question: when `data.length` drops to 0 but `pageCount` stays above 0, the first clamp condition requires `data.length > 0`, so that case looks like it'd fall through unclamped. Can we add a test for that? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
