itholic opened a new pull request, #43932: URL: https://github.com/apache/spark/pull/43932
### What changes were proposed in this pull request? This PR proposes to remove deprecated functions API from documents. This PR also fixes SPARK-46017 that was the known issue on Mac OS when building the PySpark docs below: ``` $ make clean html ... reference/pyspark.ss/api/pyspark.sql.streaming.StreamingQueryManager.removeListereading sources... [ 98%] reference/pyspark.ss/api/pyspark.sql.streaming.StreamingQueryManager.resetTerminreading sources... [100%] user_guide/sql/type_conversions ... Warning, treated as error: /.../spark/python/docs/source/reference/pyspark.sql/functions.rst.rst:223:autosummary: stub file not found 'pyspark.sql.functions.shiftleft'. Check your autosummary_generate setting. make: *** [html] Error 2 ``` ### Why are the changes needed? To do not encourage using deprecated APIs by hiding them from API reference docs. ### Does this PR introduce _any_ user-facing change? No, it's documentation update. ### How was this patch tested? Manually built docs on Mac OS: <img width="752" alt="Screenshot 2023-11-21 at 6 55 25 PM" src="https://github.com/apache/spark/assets/44108233/f97881e3-aaff-4062-bfa8-25c910b8e402"> The existing CI should pass. ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
