Uh oh!
There was an error while loading. Please reload this page.
Revert "[MINOR][PYTHON][DOC] Fixed some links in documentation." - #57415
Closed
zhengruifeng wants to merge 1 commit into
Closed
Revert "[MINOR][PYTHON][DOC] Fixed some links in documentation."#57415zhengruifeng wants to merge 1 commit into
zhengruifeng wants to merge 1 commit into
Conversation
This reverts commit c198adc.
zhengruifeng added a commit
that referenced
this pull request
Jul 22, 2026
This reverts commit c198adc. since it's failing the master CI https://github.com/apache/spark/actions/runs/29875592188/job/88788942949 ``` ***************************** * Building Python API docs. * ***************************** Running Sphinx v8.2.3 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. [autosummary] generating autosummary for: development/contributing.rst, development/debugging.rst, development/errors.rst, development/index.rst, development/logger.rst, development/setting_ide.rst, development/testing.rst, getting_started/index.rst, getting_started/install.rst, getting_started/quickstart_connect.ipynb, ..., tutorial/sql/type_conversions.rst, user_guide/ansi_migration_guide.ipynb, user_guide/bugbusting.ipynb, user_guide/dataframes.ipynb, user_guide/dataprep.ipynb, user_guide/index.rst, user_guide/loadandbehold.ipynb, user_guide/sql.ipynb, user_guide/touroftypes.ipynb, user_guide/udfandudtf.ipynb WARNING: [autosummary] failed to import pyspark.sql.DataStreamReader. Possible hints: * AttributeError: module 'pyspark.sql' has no attribute 'DataStreamReader' * ModuleNotFoundError: No module named 'pyspark.sql.DataStreamReader' * ImportError: WARNING: [autosummary] failed to import pyspark.sql.DataStreamWriter. Possible hints: * ModuleNotFoundError: No module named 'pyspark.sql.DataStreamWriter' * AttributeError: module 'pyspark.sql' has no attribute 'DataStreamWriter' * ImportError: ``` Closes#57415 from zhengruifeng/revert-57359-dev0. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org> (cherry picked from commit dccff55) Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
zhengruifeng
commented
Jul 22, 2026
ContributorAuthor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit c198adc.
since it's failing the master CI
https://github.com/apache/spark/actions/runs/29875592188/job/88788942949