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

Attempts to resolve T213488 (compare commit 6fee058) #3

Open
wants to merge 1 commit into
base: wikimedia
Choose a base branch
from

Conversation

linehan
Copy link

@linehan linehan commented Feb 7, 2019

Compare this pull request from the main Superset project.

Note the original patch seems to require Pandas version 0.23.1 (currently the requirement is 0.22) but it seems like Pandas 0.22.0 (which we currently run) already supports the necessary pandas.rolling() interface, and in fact the current bug in T213488 is Pandas complaining about not having the deprecated interfaces, so they are apparently already gone in 0.22.0 anyway.

So this patch ought to work as a drop-in, since the only code it's changing is code that is currently broken anyway.

@codecov-io
Copy link

codecov-io commented Feb 7, 2019

Codecov Report

Merging #3 into wikimedia will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           wikimedia       #3   +/-   ##
==========================================
  Coverage      63.28%   63.28%           
==========================================
  Files            259      259           
  Lines          19722    19722           
  Branches        1968     1968           
==========================================
  Hits           12481    12481           
  Misses          7232     7232           
  Partials           9        9
Impacted Files Coverage Δ
superset/viz.py 81.36% <0%> (ø) ⬆️

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 7b699d8...c2ae2b6. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants