paulobitar opened a new issue, #32513: URL: https://github.com/apache/superset/issues/32513
### Bug description 1. Go to a dashboard or Explore view in Superset with a table visualization connected to Impala. 2. Click on the dropdown to change the number of rows displayed (e.g., from 50 to 100). 3. See error: The table still displays the number of rows originally set in the chart configuration (e.g., 50), even though the pagination updates correctly, and exporting to CSV downloads the expected number of records (e.g., 100). The SQL query also reflects the correct number of rows, but the table visualization does not update accordingly. Note: The issue only occurs when increasing the row limit beyond the default configuration. Reducing the number of rows appears to work as expected.  This is the default page size. I have 178 pages.  If I change to ALL, the table just display the original 200. And the pagination is ok. ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
