Skip to content

Updated NEWS and tests to reflect improved row ordering when joining.#2579

Merged
mattdowle merged 1 commit intomasterfrom
joinReorderDocumentation
Jan 23, 2018
Merged

Updated NEWS and tests to reflect improved row ordering when joining.#2579
mattdowle merged 1 commit intomasterfrom
joinReorderDocumentation

Conversation

@MarkusBonsch
Copy link
Copy Markdown
Contributor

Closes #2559.
in 1.10.4, the row order after joins was unsexpected sometimes. This has been (accidentally) fixed with PR #2476. Here, we just add a test and a more informative news entry.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Jan 20, 2018

Codecov Report

Merging #2579 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2579   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files          63       63           
  Lines       12111    12111           
=======================================
  Hits        11073    11073           
  Misses       1038     1038

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 54c6dc4...4bbbc6a. Read the comment docs.

@mattdowle mattdowle added this to the v1.10.6 milestone Jan 23, 2018
Copy link
Copy Markdown
Member

@mattdowle mattdowle left a comment

Choose a reason for hiding this comment

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

Great.
I ran test in v1.10.4-3 which correctly failed. Works here in dev.
I checked Arun's comments in issue too and looks good: #2559 (comment)

@mattdowle mattdowle merged commit 54d70de into master Jan 23, 2018
@mattdowle mattdowle deleted the joinReorderDocumentation branch January 23, 2018 00:28
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.

Row order of joins changed from 1.10.4 to 1.10.5

3 participants