Skip to content

Conversation

@zero323
Copy link
Member

@zero323 zero323 commented May 3, 2017

What changes were proposed in this pull request?

Adds hint method to PySpark DataFrame.

How was this patch tested?

Unit tests, doctests.

jdf = self._jdf.withWatermark(eventTime, delayThreshold)
return DataFrame(jdf, self.sql_ctx)

@since(2.3)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.2

@rxin
Copy link
Contributor

rxin commented May 3, 2017

LGTM pending Jenkins.

@SparkQA
Copy link

SparkQA commented May 3, 2017

Test build #76432 has finished for PR 17850 at commit 25d6a08.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 4, 2017

Test build #76433 has finished for PR 17850 at commit b2198ef.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented May 4, 2017

Merging in master/2.2.

asfgit pushed a commit that referenced this pull request May 4, 2017
## What changes were proposed in this pull request?

Adds `hint` method to PySpark `DataFrame`.

## How was this patch tested?

Unit tests, doctests.

Author: zero323 <[email protected]>

Closes #17850 from zero323/SPARK-20584.

(cherry picked from commit 02bbe73)
Signed-off-by: Reynold Xin <[email protected]>
@asfgit asfgit closed this in 02bbe73 May 4, 2017
@zero323 zero323 deleted the SPARK-20584 branch May 8, 2017 09:08
Sign up for free to 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.

3 participants