amaannawab923 commented on code in PR #33357: URL: https://github.com/apache/superset/pull/33357#discussion_r2079170104
########## superset/utils/core.py: ########## @@ -1741,24 +1741,29 @@ def parse_boolean_string(bool_str: str | None) -> bool: def apply_max_row_limit( limit: int, - max_limit: int | None = None, Review Comment: The have checked the function usage, The function is not using this custom max_limit anywhere in the code ... across all of its uage .... Hence i ended up removing it since it was not being 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org