[GitHub] spark issue #14009: [SPARK-16311][SQL] Metadata refresh should work on tempo...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14009 **[Test build #61599 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61599/consoleFull)** for PR 14009 at commit

[GitHub] spark pull request #14008: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread janplus
Github user janplus commented on a diff in the pull request: https://github.com/apache/spark/pull/14008#discussion_r69251673 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala --- @@ -653,6 +655,128 @@ case class

[GitHub] spark pull request #14009: [SPARK-16311][SQL] Metadata refresh should work o...

2016-06-30 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/14009 [SPARK-16311][SQL] Metadata refresh should work on temporary views ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was

[GitHub] spark pull request #14008: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread janplus
Github user janplus commented on a diff in the pull request: https://github.com/apache/spark/pull/14008#discussion_r69251415 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -285,6 +285,7 @@ object FunctionRegistry {

[GitHub] spark issue #14008: [SPARK-16281][SQL] Implement parse_url SQL function

2016-06-30 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14008 @dongjoon-hyun can you help review this 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 your project does not have this feature

[GitHub] spark pull request #14008: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14008#discussion_r69250118 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala --- @@ -653,6 +655,128 @@ case class StringRPad(str:

[GitHub] spark pull request #14008: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14008#discussion_r69250066 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -285,6 +285,7 @@ object FunctionRegistry {

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Merged build finished. Test PASSed. --- 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 issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61593/ Test PASSed. ---

[GitHub] spark issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13906 **[Test build #61598 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61598/consoleFull)** for PR 13906 at commit

[GitHub] spark issue #13957: [SPARK-16114] [SQL] structured streaming event time wind...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13957 **[Test build #61597 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61597/consoleFull)** for PR 13957 at commit

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13998 **[Test build #61593 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61593/consoleFull)** for PR 13998 at commit

[GitHub] spark issue #14008: [SPARK-16281][SQL] Implement parse_url SQL function

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14008 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 project does not have this

[GitHub] spark issue #14008: [SPARK-16281][SQL] Implement parse_url SQL function

2016-06-30 Thread janplus
Github user janplus commented on the issue: https://github.com/apache/spark/pull/14008 cc @rxin and @cloud-fan Improvements for performance concern --- 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 #13957: [SPARK-16114] [SQL] structured streaming event ti...

2016-06-30 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/13957#discussion_r69248961 --- Diff: examples/src/main/python/sql/streaming/structured_network_wordcount.py --- @@ -16,7 +16,7 @@ # """ - Counts words in UTF8

[GitHub] spark issue #13957: [SPARK-16114] [SQL] structured streaming event time wind...

2016-06-30 Thread tdas
Github user tdas commented on the issue: https://github.com/apache/spark/pull/13957 ok to test --- 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

[GitHub] spark pull request #14008: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread janplus
GitHub user janplus opened a pull request: https://github.com/apache/spark/pull/14008 [SPARK-16281][SQL] Implement parse_url SQL function ## What changes were proposed in this pull request? This PR adds parse_url SQL functions in order to remove Hive fallback. A

[GitHub] spark issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13503 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61592/ Test PASSed. ---

[GitHub] spark issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13503 Merged build finished. Test PASSed. --- 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 issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13503 **[Test build #61592 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61592/consoleFull)** for PR 13503 at commit

[GitHub] spark issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/13906 It's the exact same `Scala 2.10 match reachability build error` at previous https://github.com/apache/spark/commit/fda51f171450d03769242fa7829cbb8b6e0e627b . The solution is the

[GitHub] spark issue #13950: [SPARK-15487] [Web UI] Spark Master UI to reverse proxy ...

2016-06-30 Thread gurvindersingh
Github user gurvindersingh commented on the issue: https://github.com/apache/spark/pull/13950 @ajbozarth what are the steps ahead in terms of moving this pr closer to being merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13998 **[Test build #61596 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61596/consoleFull)** for PR 13998 at commit

[GitHub] spark issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13818 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61594/ Test PASSed. ---

[GitHub] spark issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13818 Merged build finished. Test PASSed. --- 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 issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13818 **[Test build #61594 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61594/consoleFull)** for PR 13818 at commit

[GitHub] spark issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14004 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61590/ Test PASSed. ---

[GitHub] spark issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14004 Merged build finished. Test PASSed. --- 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 issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14004 **[Test build #61590 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61590/consoleFull)** for PR 14004 at commit

[GitHub] spark issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14007 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61591/ Test PASSed. ---

[GitHub] spark issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14007 Merged build finished. Test PASSed. --- 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 issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14007 **[Test build #61591 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61591/consoleFull)** for PR 14007 at commit

[GitHub] spark issue #13951: [WIP][SPARK-8425]

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13951 Build finished. Test PASSed. --- 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

[GitHub] spark issue #13951: [WIP][SPARK-8425]

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13951 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61589/ Test PASSed. ---

[GitHub] spark issue #13951: [WIP][SPARK-8425]

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13951 **[Test build #61589 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61589/consoleFull)** for PR 13951 at commit

[GitHub] spark issue #13989: [SPARK-16311][SQL] Improve metadata refresh

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13989 **[Test build #3159 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3159/consoleFull)** for PR 13989 at commit

[GitHub] spark issue #13982: [SPARK-16304] LinkageError should not crash Spark execut...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13982 **[Test build #3160 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3160/consoleFull)** for PR 13982 at commit

[GitHub] spark pull request #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14000 --- 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 issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/13906 Oh, please hold on merging this PR. Scala 2.10 reports some errors. I'll inform you again. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #14002: [SPARK-16335][SQL] Structured streaming should fail if s...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14002 **[Test build #3158 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3158/consoleFull)** for PR 14002 at commit

[GitHub] spark issue #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14000 Merging in master. 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 enabled and

[GitHub] spark issue #14002: [SPARK-16335][SQL] Structured streaming should fail if s...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14002 **[Test build #3157 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3157/consoleFull)** for PR 14002 at commit

[GitHub] spark issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14007 **[Test build #61595 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61595/consoleFull)** for PR 14007 at commit

[GitHub] spark issue #14002: [SPARK-16335][SQL] Structured streaming should fail if s...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14002 Merged build finished. Test FAILed. --- 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 issue #14002: [SPARK-16335][SQL] Structured streaming should fail if s...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14002 **[Test build #61583 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61583/consoleFull)** for PR 14002 at commit

[GitHub] spark issue #14002: [SPARK-16335][SQL] Structured streaming should fail if s...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14002 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61583/ Test FAILed. ---

[GitHub] spark issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13818 **[Test build #61594 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61594/consoleFull)** for PR 13818 at commit

[GitHub] spark issue #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/14000 LGTM. good catch! --- 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

[GitHub] spark pull request #13999: [SPARK-16281][SQL] Implement parse_url SQL functi...

2016-06-30 Thread janplus
Github user janplus closed the pull request at: https://github.com/apache/spark/pull/13999 --- 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 issue #13999: [SPARK-16281][SQL] Implement parse_url SQL function

2016-06-30 Thread janplus
Github user janplus commented on the issue: https://github.com/apache/spark/pull/13999 This implementation is not that good. I'll close this one while create a new pull request. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread yhuai
Github user yhuai commented on the issue: https://github.com/apache/spark/pull/13818 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 this feature enabled and wishes so, or

[GitHub] spark issue #13818: [SPARK-15968][SQL] Nonempty partitioned metastore tables...

2016-06-30 Thread yhuai
Github user yhuai commented on the issue: https://github.com/apache/spark/pull/13818 ok to test --- 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

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13998 **[Test build #61593 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61593/consoleFull)** for PR 13998 at commit

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13988 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61588/ Test PASSed. ---

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13988 Merged build finished. Test PASSed. --- 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 issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13503 **[Test build #61592 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61592/consoleFull)** for PR 13503 at commit

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13988 **[Test build #61588 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61588/consoleFull)** for PR 13988 at commit

[GitHub] spark issue #13503: [SPARK-15761] [MLlib] [PySpark] Load ipython when defaul...

2016-06-30 Thread MechCoder
Github user MechCoder commented on the issue: https://github.com/apache/spark/pull/13503 retest 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 this feature enabled and wishes

[GitHub] spark issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14007 **[Test build #61591 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61591/consoleFull)** for PR 14007 at commit

[GitHub] spark issue #14007: [SPARK-16329] [SQL] Star Expansion over Table Containing...

2016-06-30 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/14007 cc @rxin @cloud-fan @maropu --- 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

[GitHub] spark pull request #14007: [SPARK-16329] [SQL] Star Expansion over Table Con...

2016-06-30 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/14007 [SPARK-16329] [SQL] Star Expansion over Table Containing No Column What changes were proposed in this pull request? Star expansion over a table containing zero column does not work

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13988 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61587/ Test PASSed. ---

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13988 Merged build finished. Test PASSed. --- 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 issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13988 **[Test build #61587 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61587/consoleFull)** for PR 13988 at commit

[GitHub] spark pull request #14006: [SPARK-13015][MLlib][DOC] Replace example code in...

2016-06-30 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/14006#discussion_r69242197 --- Diff: docs/_plugins/include_example.rb --- @@ -85,20 +85,20 @@ def select_lines(code) .select { |l, i| l.include? "$example

[GitHub] spark issue #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14000 Merged build finished. Test PASSed. --- 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 issue #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14000 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61586/ Test PASSed. ---

[GitHub] spark issue #14000: [SPARK-16331] [SQL] Reduce code generation time

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14000 **[Test build #61586 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61586/consoleFull)** for PR 14000 at commit

[GitHub] spark issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14004 **[Test build #61590 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61590/consoleFull)** for PR 14004 at commit

[GitHub] spark issue #12436: [SPARK-14649][CORE] DagScheduler should not run duplicat...

2016-06-30 Thread kayousterhout
Github user kayousterhout commented on the issue: https://github.com/apache/spark/pull/12436 @sitalkedia What's the use case for this? In the cases I've seen, if there's one fetch failure, it typically means that a machine that ran a map task has failed / gone done / been revoked by

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/13998 Seems this one was blocked forever: ``` [info] Test org.apache.spark.streaming.kafka010.JavaKafkaRDDSuite.testKafkaRDD started Attempting to post to Github... ``` --- If your

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61576/ Test FAILed. ---

[GitHub] spark issue #12384: [SPARK-14608] [ML] transformSchema needs better document...

2016-06-30 Thread jkbradley
Github user jkbradley commented on the issue: https://github.com/apache/spark/pull/12384 LGTM Merging with master, branch-2.0 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

[GitHub] spark issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14004 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61575/ Test FAILed. ---

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Merged build finished. Test FAILed. --- 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 issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14004 Merged build finished. Test FAILed. --- 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 issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread koeninger
Github user koeninger commented on the issue: https://github.com/apache/spark/pull/13998 Jenkins, retest 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 this feature enabled

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13998 **[Test build #61576 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61576/consoleFull)** for PR 13998 at commit

[GitHub] spark pull request #12384: [SPARK-14608] [ML] transformSchema needs better d...

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12384 --- 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 issue #13951: [WIP][SPARK-8425]

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13951 **[Test build #61589 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61589/consoleFull)** for PR 13951 at commit

[GitHub] spark issue #14004: [SPARK-16285][SQL] Implement sentences SQL functions

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14004 **[Test build #61575 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61575/consoleFull)** for PR 14004 at commit

[GitHub] spark issue #13967: [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_v...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13967 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61584/ Test PASSed. ---

[GitHub] spark issue #13967: [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_v...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13967 Merged build finished. Test PASSed. --- 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 issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Merged build finished. Test FAILed. --- 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 issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13998 **[Test build #61585 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61585/consoleFull)** for PR 13998 at commit

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13998 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61585/ Test FAILed. ---

[GitHub] spark issue #13967: [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_v...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13967 **[Test build #61584 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61584/consoleFull)** for PR 13967 at commit

[GitHub] spark issue #13760: [SPARK-16012][SparkR] Implement gapplyCollect which will...

2016-06-30 Thread sun-rui
Github user sun-rui commented on the issue: https://github.com/apache/spark/pull/13760 no --- 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

[GitHub] spark pull request #14005: [SPARK-15954][SQL] Disable loading test tables in...

2016-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14005 --- 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 issue #14005: [SPARK-15954][SQL] Disable loading test tables in Python...

2016-06-30 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14005 Merging in master/2.0. --- 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

[GitHub] spark issue #14005: [SPARK-15954][SQL] Disable loading test tables in Python...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14005 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61582/ Test PASSed. ---

[GitHub] spark issue #14005: [SPARK-15954][SQL] Disable loading test tables in Python...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14005 Merged build finished. Test PASSed. --- 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 issue #14005: [SPARK-15954][SQL] Disable loading test tables in Python...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14005 **[Test build #61582 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61582/consoleFull)** for PR 14005 at commit

[GitHub] spark pull request #13966: [SPARK-16276][SQL] Implement elt SQL function

2016-06-30 Thread janplus
Github user janplus commented on a diff in the pull request: https://github.com/apache/spark/pull/13966#discussion_r69237086 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala --- @@ -162,6 +163,46 @@ case class

[GitHub] spark issue #13998: [SPARK-12177][Streaming][Kafka] limit api surface area

2016-06-30 Thread tdas
Github user tdas commented on the issue: https://github.com/apache/spark/pull/13998 Let's merge this when test pass. @zsxwing I might not get a chance tonight, could you merge when tests pass? On Jun 30, 2016 5:38 PM, "Apache Spark QA" wrote:

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13988 **[Test build #61588 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61588/consoleFull)** for PR 13988 at commit

[GitHub] spark issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13906 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/61581/ Test PASSed. ---

[GitHub] spark issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13906 Merged build finished. Test PASSed. --- 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 issue #13906: [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimize...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13906 **[Test build #61581 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61581/consoleFull)** for PR 13906 at commit

[GitHub] spark issue #13988: [SPARK-16101][SQL] Refactoring CSV data source to be con...

2016-06-30 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13988 **[Test build #61587 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/61587/consoleFull)** for PR 13988 at commit

  1   2   3   4   5   6   7   8   >