Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/17850
---
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 ena
Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/17850#discussion_r114677412
--- Diff: python/pyspark/sql/dataframe.py ---
@@ -380,6 +380,35 @@ def withWatermark(self, eventTime, delayThreshold):
jdf = self._jdf.withWatermar
GitHub user zero323 opened a pull request:
https://github.com/apache/spark/pull/17850
[SPARK-20584][PYSPARK][SQL] Python generic hint support
## What changes were proposed in this pull request?
Adds `hint` method to PySpark `DataFrame`.
## How was this patch tested?