-
Notifications
You must be signed in to change notification settings - Fork 235
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
Labels
Milestone
Comments
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
Related to PR #160. @mythrocks will there be any other PRs to close this issue? |
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
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.
The text was updated successfully, but these errors were encountered: