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

improve error messages in joins #3349

Merged
merged 4 commits into from
Jun 30, 2023
Merged

improve error messages in joins #3349

merged 4 commits into from
Jun 30, 2023

Conversation

bkamins
Copy link
Member

@bkamins bkamins commented Jun 26, 2023

Fixes #3345

Comment on lines 103 to 104
"Such value was found in column :$col_name in " *
(df_i == 1 ? "left" : "right") * " data frame."))
Copy link
Member

Choose a reason for hiding this comment

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

I'd mention this before CategoricalArrays so that it's clear what "such value" refers to.

Copy link
Member Author

Choose a reason for hiding this comment

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

right; fixed

│ Int64? Int64 Int64
─────┼──────────────────────
1 │ 1 1 1
```

## Support for `-0.0` and `NaN` in joins
Copy link
Member

Choose a reason for hiding this comment

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

We mention this already under the "Key value comparisons and floating point values" section. How about putting the example there?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah - right. I was looking for it, but missed. Moved.

@bkamins bkamins merged commit 9dda85c into main Jun 30, 2023
@bkamins bkamins deleted the bk/improve_join_error branch June 30, 2023 05:26
@bkamins
Copy link
Member Author

bkamins commented Jun 30, 2023

Thank you!

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