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

[DOC] Updated RapidsConf to reflect the default value of spark.rapids.sql.improvedFloatOps.enabled [skip ci] #5840

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

razajafri
Copy link
Collaborator

@razajafri razajafri commented Jun 15, 2022

Since the spark.rapids.sql.improvedFloatOps.enabled is not disabled by default.

This PR updates the RapidsConf to reflect that.

Signed-off-by: Raza Jafri rjafri@nvidia.com

Signed-off-by: Raza Jafri <rjafri@nvidia.com>
@razajafri razajafri added the documentation Improvements or additions to documentation label Jun 15, 2022
@razajafri razajafri self-assigned this Jun 15, 2022
Copy link
Collaborator

@abellina abellina left a comment

Choose a reason for hiding this comment

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

LGTM

@tgravescs
Copy link
Collaborator

please put better description then updated docs

@@ -575,8 +575,7 @@ object RapidsConf {
val IMPROVED_FLOAT_OPS = conf("spark.rapids.sql.improvedFloatOps.enabled")
.doc("For some floating point operations spark uses one way to compute the value " +
"and the underlying cudf implementation can use an improved algorithm. " +
"In some cases this can result in cudf producing an answer when spark overflows. " +
"Because this is not as compatible with spark, we have it disabled by default.")
"In some cases this can result in cudf producing an answer when spark overflows.")
.booleanConf
.createWithDefault(true)
Copy link
Collaborator

Choose a reason for hiding this comment

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

we intentionally put the confs into our integration test with the defaults they had, if we change the default here those tests I believe should be updated as well...

integration_tests/src/main/python/spark_session.py:
'spark.rapids.sql.improvedFloatOps.enabled': 'false',

Can you please file a 22.08 issue to update those tests. We may want to check other defualtas as well

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

created issue #5844

@razajafri
Copy link
Collaborator Author

build

@razajafri razajafri changed the title [DOC] updated docs [skip ci] [DOC] Updated RapidsConf to reflect the default value of spark.rapids.sql.improvedFloatOps.enabled [skip ci] Jun 15, 2022
@sameerz sameerz added this to the Jun 6 - Jun 17 milestone Jun 15, 2022
@GaryShen2008 GaryShen2008 merged commit b1a74f1 into NVIDIA:branch-22.06 Jun 15, 2022
@razajafri razajafri deleted the docs-updated branch July 11, 2022 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants