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

fix: correctly handle merging of domains with more than one sort object #8567

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

MufaroMakiwa
Copy link
Contributor

@MufaroMakiwa MufaroMakiwa commented Nov 23, 2022

Partially addresses #5013

@MufaroMakiwa MufaroMakiwa changed the title fix: correctly handle merging or domains with more than one sort object fix: correctly handle merging of domains with more than one sort object Nov 23, 2022
@@ -1084,6 +1084,38 @@ describe('compile/scale', () => {
})
);

it(
'should warn if sorts conflict even if one sort object is not default',
Copy link
Member

Choose a reason for hiding this comment

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

how about should use non-min aggregation when sort ops conflict

@domoritz domoritz changed the base branch from next to main February 13, 2023 22:03
@domoritz domoritz merged commit 1eedb8f into vega:main Feb 13, 2023
BradyJ27 pushed a commit to BradyJ27/vega-lite that referenced this pull request Oct 19, 2023
…ct (vega#8567)

* Adds a fix for sort bug with layers

* Updates test case name
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.

3 participants