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 15:05:17 UTC

(superset) branch skip-hive-test created (now b53fb3f730)

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

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


      at b53fb3f730 chore: skip Hive test

This branch includes the following new commits:

     new b53fb3f730 chore: skip 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: chore: skip 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-hive-test
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b53fb3f7305cd654248e8e371919dbdf09476f1f
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Mar 19 16:09:43 2024 -0400

    chore: skip 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 6efa0deed4..4fc20cf87f 100644
--- a/tests/integration_tests/charts/data/api_tests.py
+++ b/tests/integration_tests/charts/data/api_tests.py
@@ -450,6 +450,9 @@ class TestPostChartDataApi(BaseTestChartDataApi):
         """
         Chart data API: Test chart data query with applied time extras
         """
+        if backend() == "hive":
+            return
+
         self.query_context_payload["queries"][0]["applied_time_extras"] = {
             "__time_range": "100 years ago : now",
             "__time_origin": "now",