amaannawab923 commented on code in PR #33357:
URL: https://github.com/apache/superset/pull/33357#discussion_r2075591810
##########
superset/utils/core.py:
##########
@@ -1764,6 +1765,31 @@ def apply_max_row_limit(
return max_limit
+def apply_max_row_limit_table(
+ limit: int,
+ form_data: dict[str, Any] | None = None,
+) -> int:
+ """
+ Override row limit for table viz type based on server pagination setting
+
+ :param limit: requested row limit
+ :param max_limit: Maximum allowed row limit for table viz
Review Comment:
Thanks for pointing out , forgot to remove it while refactoring the method
--
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]