hughhhh commented on code in PR #20283:
URL: https://github.com/apache/superset/pull/20283#discussion_r890509721


##########
tests/integration_tests/celery_tests.py:
##########
@@ -330,7 +330,7 @@ def test_run_async_cta_query_with_lower_limit(setup_sqllab, 
ctas_method):
     assert QUERY == query.sql
 
     assert query.rows == (1 if backend() == "presto" else 0)
-    assert query.limit == 10000
+    assert query.limit == 1

Review Comment:
   why is the limit now 1 instead of 10k?



-- 
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]

Reply via email to