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

[FEA] NormalizeNansAndZeros #21

Closed
revans2 opened this issue May 28, 2020 · 1 comment · Fixed by #160
Closed

[FEA] NormalizeNansAndZeros #21

revans2 opened this issue May 28, 2020 · 1 comment · Fixed by #160
Assignees
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin

Comments

@revans2
Copy link
Collaborator

revans2 commented May 28, 2020

Is your feature request related to a problem? Please describe.
We need to support NormalizeNansAndZeros so we can process floating point values properly for some operations.

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify SQL part of the SQL/Dataframe plugin labels May 28, 2020
@sameerz
Copy link
Collaborator

sameerz commented Jun 12, 2020

Related to PR #160. @mythrocks will there be any other PRs to close this issue?

@mythrocks mythrocks linked a pull request Jun 12, 2020 that will close this issue
@mythrocks mythrocks added this to the Release 0.1 milestone Jun 12, 2020
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Aug 2, 2020
wjxiz1992 pushed a commit to wjxiz1992/spark-rapids that referenced this issue Oct 29, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>
sperlingxx pushed a commit to sperlingxx/spark-rapids that referenced this issue Jan 16, 2024
The original output should be used when creating a canonicalized GPU file scan, because one rule in the Plugin may prune the partition columns that are not used according to the first downstream ProjectExec for some patterns, leading to some useless columns not exist in the output.
---------

Signed-off-by: Firestarman <[email protected]>
binmahone pushed a commit to binmahone/spark-rapids that referenced this issue Jun 25, 2024
* Support serializing packed tables directly for shuffle write

---------

Signed-off-by: Firestarman <[email protected]>

* Disble GPU serde for the AQE tests

Signed-off-by: Firestarman <[email protected]>

* Disable by default

Signed-off-by: Firestarman <[email protected]>

* Fix a build error

Signed-off-by: Firestarman <[email protected]>

* Address comments

Signed-off-by: Firestarman <[email protected]>

* Support buffering small tables for Shuffle read

Signed-off-by: Firestarman <[email protected]>

---------

Signed-off-by: Firestarman <[email protected]>
Co-authored-by: Liangcai Li <[email protected]>
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 SQL part of the SQL/Dataframe plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants