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

Add an option in joins to specify row order #3233

Merged
merged 14 commits into from
Dec 24, 2022
Merged

Add an option in joins to specify row order #3233

merged 14 commits into from
Dec 24, 2022

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Nov 26, 2022

Fixes #2753

The performance probably can be improved in some cases, but I wanted to start with something simple that works (and already has performance that is not horrible).

I proposed the sort kwarg to specify sorting order, but maybe some other name would be better (earlier we discussed order).

@bkamins bkamins added this to the 1.5 milestone Nov 26, 2022
@bkamins bkamins added the joins label Nov 26, 2022
src/join/composer.jl Outdated Show resolved Hide resolved
@jariji
Copy link
Contributor

jariji commented Dec 5, 2022

I favor order over sort.

@bkamins
Copy link
Member Author

bkamins commented Dec 6, 2022

OK. I have changed kwarg to order, fixed the "future" issue, updated NEWS.md and added missing information to the manual.

@bkamins
Copy link
Member Author

bkamins commented Dec 12, 2022

also fixes #3247

@bkamins bkamins linked an issue Dec 12, 2022 that may be closed by this pull request
docs/src/man/joins.md Outdated Show resolved Hide resolved
docs/src/man/joins.md Outdated Show resolved Hide resolved
docs/src/man/joins.md Outdated Show resolved Hide resolved
docs/src/man/joins.md Outdated Show resolved Hide resolved
docs/src/man/joins.md Outdated Show resolved Hide resolved
src/join/composer.jl Outdated Show resolved Hide resolved
src/join/composer.jl Outdated Show resolved Hide resolved
src/join/composer.jl Outdated Show resolved Hide resolved
src/join/composer.jl Outdated Show resolved Hide resolved
src/join/composer.jl Show resolved Hide resolved
src/join/composer.jl Outdated Show resolved Hide resolved
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
@bkamins bkamins merged commit e0cd3b8 into main Dec 24, 2022
@bkamins bkamins deleted the bk/joins branch December 24, 2022 07:35
@bkamins
Copy link
Member Author

bkamins commented Dec 24, 2022

Thank you!

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