You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2024/03/20 20:41:01 UTC

(superset) branch skip-more-hive created (now 144a45c28a)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch skip-more-hive
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 144a45c28a fix: skip another Hive test

This branch includes the following new commits:

     new 144a45c28a fix: skip another Hive test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: fix: skip another Hive test

Posted by be...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch skip-more-hive
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 144a45c28a7044669a4133ed799bd2f5c384e18f
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Wed Mar 20 16:40:53 2024 -0400

    fix: skip another Hive test
---
 tests/integration_tests/charts/data/api_tests.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/integration_tests/charts/data/api_tests.py b/tests/integration_tests/charts/data/api_tests.py
index 4fc20cf87f..0790798bd6 100644
--- a/tests/integration_tests/charts/data/api_tests.py
+++ b/tests/integration_tests/charts/data/api_tests.py
@@ -751,6 +751,9 @@ class TestPostChartDataApi(BaseTestChartDataApi):
         """
         Chart data API: Test chart data query non-JSON format (async)
         """
+        if backend() == "hive":
+            return
+
         app._got_first_request = False
         async_query_manager_factory.init_app(app)
         self.query_context_payload["result_type"] = "results"