Github user map222 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17469#discussion_r109479266
  
    --- Diff: python/pyspark/sql/column.py ---
    @@ -250,11 +250,39 @@ def __iter__(self):
             raise TypeError("Column is not iterable")
     
         # string methods
    +    _rlike_doc = """ Return a Boolean :class:`Column` based on a regex 
match.\n
    --- End diff --
    
    I made a branch without the newlines in `rlike` and `like`. This is the 
html it makes: 
https://raw.githubusercontent.com/map222/spark/50fc4f4a4a19a95eb5eaae76840d63f540bd45e0/python/docs/_build/html/pyspark.sql.html
    In the html, the `param` line is concatenated to the first one.
    Could there be a setting on my local machine that is different?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to