Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-8686][SQL] DataFrame should support where with expression represented by String #7063

Closed
wants to merge 2 commits into from

Conversation

sarutak
Copy link
Member

@sarutak sarutak commented Jun 28, 2015

DataFrame supports filter function with two types of argument, Column and String. But where doesn't.

@sarutak sarutak changed the title [SPARK-8686] DataFrame should support where with expression represented by String [SPARK-8686][SQL] DataFrame should support where with expression represented by String Jun 28, 2015
@SparkQA
Copy link

SparkQA commented Jun 28, 2015

Test build #35914 has finished for PR 7063 at commit 180f9a4.

  • This patch fails some tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class Module(object):

@sarutak
Copy link
Member Author

sarutak commented Jun 28, 2015

This failure was due to a bug in dev/run-test.py and it's been already resolved.

Jenkins, retest this please.

@sarutak
Copy link
Member Author

sarutak commented Jun 28, 2015

retest this please.

@SparkQA
Copy link

SparkQA commented Jun 28, 2015

Test build #35917 has finished for PR 7063 at commit 180f9a4.

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

@davies
Copy link
Contributor

davies commented Jun 28, 2015

LGTM, could you also add Python API for it?

@sarutak
Copy link
Member Author

sarutak commented Jun 28, 2015

@davies Thanks for taking a look at this. I think, Python API already has right?

@davies
Copy link
Contributor

davies commented Jun 28, 2015

Got it, merging this into master, thanks!

@asfgit asfgit closed this in ec78438 Jun 28, 2015
@sarutak sarutak deleted the SPARK-8686 branch April 12, 2016 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants