-
Notifications
You must be signed in to change notification settings - Fork 217
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
join: Emit an error if the input is not sorted [feature request] #134
Comments
This is by design, to mimic the system Probably best thing to do is make |
... which I personally would not mind at all. And it wouldn't be backwards incompatible. |
I'm fine with making |
OK this done in head; will go out with next release. Thank you!! :) |
Thanks again, John! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mlr
silently gives the wrong answer if the input is not sorted. An error message would be quite helpful. Alternatively, restart the join as thoughmlr join -u
were specified, if it's possible to rewind the inputs (neither are pipes).The text was updated successfully, but these errors were encountered: