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

[bugfix] dedup groupby columns in Deck visualizations #4801

Merged
merged 1 commit into from
Apr 11, 2018

Conversation

mistercrunch
Copy link
Member

When specifying the same column twice as a Extra Data for JS and
Categorical Color, an error is issued. This addresses this issue.

When specifying the same column twice as a `Extra Data for JS` and
`Categorical Color`, an error is issued. This addresses this issue.
@codecov-io
Copy link

Codecov Report

Merging #4801 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4801      +/-   ##
==========================================
+ Coverage   72.33%   72.34%   +<.01%     
==========================================
  Files         208      208              
  Lines       15516    15517       +1     
  Branches     1201     1201              
==========================================
+ Hits        11224    11225       +1     
  Misses       4289     4289              
  Partials        3        3
Impacted Files Coverage Δ
superset/viz.py 78.95% <100%> (+0.01%) ⬆️

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 1e7a294...9704bea. Read the comment docs.

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Curious, is the call to list() necessary? Would it work if you left gb as a set?

@mistercrunch
Copy link
Member Author

Didn't want to risk it, the set and list api are not the exact same, not sure if we handle the conversion on json.dump for instance. Didn't want to risk it...

@mistercrunch mistercrunch merged commit 07a5f47 into apache:master Apr 11, 2018
@mistercrunch mistercrunch deleted the fix_deck_dups branch April 11, 2018 22:15
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
When specifying the same column twice as a `Extra Data for JS` and
`Categorical Color`, an error is issued. This addresses this issue.
timifasubaa pushed a commit to timifasubaa/incubator-superset that referenced this pull request May 31, 2018
When specifying the same column twice as a `Extra Data for JS` and
`Categorical Color`, an error is issued. This addresses this issue.
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
When specifying the same column twice as a `Extra Data for JS` and
`Categorical Color`, an error is issued. This addresses this issue.
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.25.0 labels Feb 27, 2024
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 🚢 0.25.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants