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

    https://github.com/apache/spark/pull/21886#discussion_r205574160
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -1475,6 +1475,28 @@ def intersect(self, other):
             """
             return DataFrame(self._jdf.intersect(other._jdf), self.sql_ctx)
     
    +    @since(2.4)
    +    def intersectAll(self, other):
    +        """ Return a new :class:`DataFrame` containing rows in bothe this 
frame and other frame
    --- End diff --
    
    typo: `bothe`. 
    
    frame -> dataframe.


---

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

Reply via email to