-
Notifications
You must be signed in to change notification settings - Fork 240
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
Enable optional float confs and update docs mentioning them #5441
Enable optional float confs and update docs mentioning them #5441
Conversation
Signed-off-by: Raza Jafri <[email protected]>
@sameerz PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following docs also refer to the changed configs and need to be updated:
tuning-guide.md
castStringToFloat.enabled
castFloatToString.enabled
incompatibleOps.enabled
variableFloatAgg.enabled
compatibility.md
castStringToFloat.enabled
castFloatToIntegralTypes.enabled
castFloatToString.enabled
incompatibleOps.enabled
variableFloatAgg.enabled
supported_ops.md
castFloatToString.enabled
incompatibleOps.enabled
Signed-off-by: Raza Jafri <[email protected]>
build |
I have removed this entire section
I had already updated the wordings of this doc. I don't think the variables should be removed from this doc as they still affect the compatibility
I don't think this should be changed either as this is still important for the user to read |
Signed-off-by: Raza Jafri <[email protected]>
@sameerz have I addressed your concerns? |
Can we rename this PR. "optional confs and updated docs" for what? What is being enabled. All optional confs? Just floating point? |
@revans2 Is this better now? |
build |
@sameerz I think I have addressed your concerns. PTAL |
Signed-off-by: Raza Jafri <[email protected]>
@sameerz I have added the section discussing the incompatible operations, the only change should be the default value. PTAL |
…e-floats Signed-off-by: Raza Jafri <[email protected]>
build |
It's complaining about
but it's not dead |
@sameerz do you have any more concerns on this PR? |
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
Build |
We are enabling the float confs and their respective docs that were turned off by default before 22.06
These are the confs that were set to true in this PR
spark.rapids.sql.castDecimalToFloat.enabled
spark.rapids.sql.castFloatToDecimal.enabled
spark.rapids.sql.castFloatToIntegralTypes.enabled
spark.rapids.sql.castFloatToString.enabled
spark.rapids.sql.castStringToFloat.enabled
spark.rapids.sql.csv.read.float.enabled
spark.rapids.sql.json.read.float.enabled
spark.rapids.sql.improvedFloatOps.enabled
spark.rapids.sql.variableFloatAgg.enabled
fixes #5323
Signed-off-by: Raza Jafri [email protected]