Copilot commented on code in PR #1481:
URL:
https://github.com/apache/datafusion-python/pull/1481#discussion_r3053091547
##########
python/datafusion/dataframe_formatter.py:
##########
@@ -748,7 +748,7 @@ def get_formatter() -> DataFrameHtmlFormatter:
The global HTML formatter instance
Example:
- >>> from datafusion.html_formatter import get_formatter
+ >>> from datafusion.dataframe_formatter import get_formatter
>>> formatter = get_formatter()
>>> formatter.max_cell_length = 50 # Increase cell length
"""
Review Comment:
The docs still reference the removed `datafusion.html_formatter` module
(e.g. `docs/source/user-guide/dataframe/rendering.rst`), but this PR deletes
`python/datafusion/html_formatter.py`. Update those documentation
imports/usages to `datafusion.dataframe_formatter` (or keep a small
compatibility shim) to avoid broken docs/examples.
--
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]