[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-22 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-142194415 Thanks - I've merged this. --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-22 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-142194576 @Jianfeng-chs what's your JIRA user id? I need that in order to assign the ticket to you. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8801 --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-22 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-142208649 Thanks @rxin. My JIRA username is jzhang. --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141820394 [Test build #1778 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1778/console) for PR 8801 at commit

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141817299 [Test build #1778 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1778/consoleFull) for PR 8801 at commit

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-19 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141660403 @rxin Sorry for inconvenience. Can you trigger a new test for this. I have merged changes into one single commit. Thanks --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-18 Thread Jianfeng-chs
Github user Jianfeng-chs commented on a diff in the pull request: https://github.com/apache/spark/pull/8801#discussion_r39914305 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-18 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8801#discussion_r39897517 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141560438 [Test build #1773 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1773/console) for PR 8801 at commit

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-17 Thread Jianfeng-chs
Github user Jianfeng-chs closed the pull request at: https://github.com/apache/spark/pull/8777 --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-17 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8777#issuecomment-141106831 Since messed commits, closing it --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-17 Thread Jianfeng-chs
GitHub user Jianfeng-chs opened a pull request: https://github.com/apache/spark/pull/8801 [SPARK-10577] [PySpark] DataFrame hint for broadcast join https://issues.apache.org/jira/browse/SPARK-10577 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141239081 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-17 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141347383 Jenkins, test this please. --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-16 Thread Jianfeng-chs
Github user Jianfeng-chs commented on a diff in the pull request: https://github.com/apache/spark/pull/8777#discussion_r39635628 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/8777#discussion_r39589775 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/8777#discussion_r39589771 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
Github user Jianfeng-chs closed the pull request at: https://github.com/apache/spark/pull/8770 --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8770#issuecomment-140579799 um, let me close this one to submit a new one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
GitHub user Jianfeng-chs opened a pull request: https://github.com/apache/spark/pull/8777 [SPARK-10577] [PySpark] DataFrame hint for broadcast join https://issues.apache.org/jira/browse/SPARK-10577 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8770#issuecomment-140579825 Thanks. --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8777#issuecomment-140607334 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
Github user Jianfeng-chs commented on the pull request: https://github.com/apache/spark/pull/8770#issuecomment-140436530 https://issues.apache.org/jira/browse/SPARK-10577 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8770#issuecomment-140477897 I think you messed up the diff. Want to give it another try? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread Jianfeng-chs
GitHub user Jianfeng-chs opened a pull request: https://github.com/apache/spark/pull/8770 [SPARK-10577] [PySpark] DataFrame hint for broadcast join https://issues.apache.org/jira/browse/SPARK-10577 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8770#issuecomment-140436600 Can one of the admins verify this patch? --- 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