Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BUG: Index.union() inconsistent with non-unique Indexes #36299
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
BUG: Index.union() inconsistent with non-unique Indexes #36299
Changes from 6 commits
b8f27e2
070abad
7a90556
dbcd0a7
7a9aec7
01d55c6
8463078
cddd7f9
3c6b079
90056b7
46b7c6c
9f55905
870c0ac
97fe91f
e724ade
920f9ff
c36ccff
396c70f
1062778
cf06418
6f04408
167d695
0b3b548
73d9ab3
561f835
59dbdf6
51131be
04817b4
a1887c7
fe41a6f
b63a732
fa49dfe
2a6f6ed
d80949c
48e041a
b57f00f
aa4533a
8fd90a3
091942a
446eb50
6b8fa64
484f4f8
5209bf0
6cabad8
b80fbdd
60bceec
2547f65
25885d4
fcc4635
ccaa0c1
f4ee466
20e62e6
e92ab7a
7ffa07a
76ded89
0af939d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
potential separate PR: i think there are 4 places in this file where we do this safe_sort call, and we are not consistent in a) issuing this warning or b) catching the TypeError. Could be refactored into a small helper method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will look into this in the coming days