Skip to content

Revert "[MINOR][PYTHON][DOC] Fixed some links in documentation." - #57415

Closed
zhengruifeng wants to merge 1 commit into
apache:masterfrom
zhengruifeng:revert-57359-dev0
Closed

Revert "[MINOR][PYTHON][DOC] Fixed some links in documentation."#57415
zhengruifeng wants to merge 1 commit into
apache:masterfrom
zhengruifeng:revert-57359-dev0

Conversation

@zhengruifeng

Copy link
Copy Markdown
Contributor

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: 

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

Copy link
Copy Markdown
ContributorAuthor

Merge Summary:

Posted by merge_spark_pr.py

@zhengruifeng
zhengruifeng deleted the revert-57359-dev0 branch July 22, 2026 02:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@zhengruifeng