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

Another round of fixes for mapping of DataType to DType #1078

Merged
merged 3 commits into from
Nov 6, 2020

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Nov 6, 2020

Getting closer, but there is still a lot more to do.

One thing to note is that for part of this I changed Gpu{Unary,Binary,Trinary}Expression to return a ColumnVector instead of a GpuColumnVector this let me put the conversion in a single location and also fixed some issues with some UnaryExpressions that couldn't know the right spark type to return because they were going to be cast to the final type shortly afterwards.

Actually with the last push this should completely fix the issues with not doing the conversion correctly in all cases.

@revans2 revans2 added this to the Nov 9 - Nov 20 milestone Nov 6, 2020
@revans2 revans2 self-assigned this Nov 6, 2020
@revans2
Copy link
Collaborator Author

revans2 commented Nov 6, 2020

build

@sameerz sameerz added the feature request New feature or request label Nov 6, 2020
@revans2
Copy link
Collaborator Author

revans2 commented Nov 6, 2020

build

@revans2
Copy link
Collaborator Author

revans2 commented Nov 6, 2020

build

@revans2 revans2 modified the milestones: Nov 9 - Nov 20, Oct 26 - Nov 6 Nov 6, 2020
@jlowe jlowe merged commit 5018fbd into NVIDIA:branch-0.3 Nov 6, 2020
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this pull request Nov 20, 2020
* Another round of fixes for mapping of DataType to DType

Signed-off-by: Robert (Bobby) Evans <[email protected]>

* More cleanup and fixes

* Addressed review comments
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Another round of fixes for mapping of DataType to DType

Signed-off-by: Robert (Bobby) Evans <[email protected]>

* More cleanup and fixes

* Addressed review comments
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
* Another round of fixes for mapping of DataType to DType

Signed-off-by: Robert (Bobby) Evans <[email protected]>

* More cleanup and fixes

* Addressed review comments
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants