Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the cache issue for BigNumber #6375

Merged
merged 2 commits into from
Nov 12, 2018

Conversation

conglei
Copy link
Contributor

@conglei conglei commented Nov 12, 2018

This PR is to fix the issue that for BigNumber (which uses the get_data function in BaseVis), get_data will always conduct a query no matter the result is cached or not.

@graceguo-supercat @kristw @williaster

@timifasubaa
Copy link
Contributor

Tested on devbox and this works. Thanks for fixing this!

@codecov-io
Copy link

Codecov Report

Merging #6375 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6375   +/-   ##
=======================================
  Coverage   77.34%   77.34%           
=======================================
  Files          67       67           
  Lines        9583     9583           
=======================================
  Hits         7412     7412           
  Misses       2171     2171
Impacted Files Coverage Δ
superset/viz.py 80.47% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e0b3927...8ec84b1. Read the comment docs.

@williaster williaster merged commit 8e2d28d into apache:master Nov 12, 2018
conglei added a commit to conglei/incubator-superset that referenced this pull request Nov 12, 2018
* fixed the cache issue for bignumber

* fixed

(cherry picked from commit 8e2d28d)
conglei added a commit to airbnb/superset-fork that referenced this pull request Nov 12, 2018
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request Nov 20, 2018
* fixed the cache issue for bignumber

* fixed

(cherry picked from commit 8e2d28d)
mistercrunch pushed a commit that referenced this pull request Nov 30, 2018
* fixed the cache issue for bignumber

* fixed

(cherry picked from commit 8e2d28d)
bipinsoniguavus pushed a commit to ThalesGroup/incubator-superset that referenced this pull request Dec 26, 2018
* fixed the cache issue for bignumber

* fixed
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 27, 2024
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
* fixed the cache issue for bignumber

* fixed

(cherry picked from commit 11c55ba)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels v0.29 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants