betodealmeida commented on code in PR #33473:
URL: https://github.com/apache/superset/pull/33473#discussion_r2093301877
##########
superset/sql/parse.py:
##########
@@ -767,6 +781,33 @@ def get_limit_value(self) -> int | None:
return None
+ def set_limit_value(self, limit: int) -> None:
Review Comment:
It's been fun implementing the logic in KQL, but I'm considering writing a
SIP to get rid of it, since it's not SQL and double the work.
--
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]