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

Fix misleading documentation for approx_percentile and some other functions #5878

Merged

Conversation

andygrove
Copy link
Contributor

@andygrove andygrove commented Jun 21, 2022

The generated documentation stated that some expressions were disabled by default but this was not accurate now that spark.rapids.sql.incompatibleOps.enabled is true by default.

This PR changes the documentation generator to respect the default value of spark.rapids.sql.incompatibleOps.enabled when determining if expressions are enabled.

The incompat message for ApproxPercentile is also updated to remove the text about enabling spark.rapids.sql.incompatibleOps.enabled.

@andygrove andygrove added this to the Jun 20 - Jul 8 milestone Jun 21, 2022
@andygrove andygrove self-assigned this Jun 21, 2022
Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove force-pushed the fix-approx-percentile-incompat branch from 655c0d8 to d6bf5b9 Compare June 21, 2022 14:57
@andygrove andygrove requested a review from sameerz June 21, 2022 16:04
@andygrove andygrove marked this pull request as draft June 22, 2022 19:52
@andygrove andygrove changed the title Stop marking approx_percentile as incompat WIP: Stop marking approx_percentile as incompat Jun 22, 2022
@andygrove andygrove changed the title WIP: Stop marking approx_percentile as incompat WIP: Fix misleading documentation for approx_percentile and some other functions Jun 22, 2022
@andygrove andygrove changed the title WIP: Fix misleading documentation for approx_percentile and some other functions Fix misleading documentation for approx_percentile and some other functions Jun 22, 2022
@andygrove andygrove marked this pull request as ready for review June 22, 2022 22:05
@andygrove
Copy link
Contributor Author

build

1 similar comment
@andygrove
Copy link
Contributor Author

build

@sameerz sameerz added bug Something isn't working documentation Improvements or additions to documentation labels Jun 27, 2022
@sameerz sameerz merged commit edfae7e into NVIDIA:branch-22.08 Jul 1, 2022
@andygrove andygrove deleted the fix-approx-percentile-incompat branch May 17, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants