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 a parameter to join to upcast join columns #10137

Closed
ddutt opened this issue Jul 28, 2023 · 0 comments · Fixed by #20999
Closed

Add a parameter to join to upcast join columns #10137

ddutt opened this issue Jul 28, 2023 · 0 comments · Fixed by #20999
Labels
enhancement New feature or an improvement of an existing feature

Comments

@ddutt
Copy link

ddutt commented Jul 28, 2023

Problem description

In many situations, owing to various disparate processing, storing etc, different tables have the same field stored as a slightly different type (i16 vs i32 or i32 vs i64 etc.). The fields and their possible types isn't always possible to identify and fix upfront due to various reasons.

Adding a key such as keys_to_supertypes to the join function, to upcast the join column datatypes would be most useful in solving this issue.

Opening a new issue as per discussion with @ritchie46

@ddutt ddutt added the enhancement New feature or an improvement of an existing feature label Jul 28, 2023
@ddutt ddutt changed the title Add a parameter to join to upcast merge columns Add a parameter to join to upcast join columns Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant