[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17801 --- 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 #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-05-06 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17801#discussion_r115132676 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -2657,22 +2661,27 @@ object functions { /** *

[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-05-06 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17801#discussion_r115128695 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -2647,7 +2647,11 @@ object functions { } /** - *

[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-05-06 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17801#discussion_r115128766 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -2657,22 +2661,27 @@ object functions { /** *

[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-04-28 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17801#discussion_r113937642 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -2657,22 +2661,27 @@ object functions { /** *

[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-04-28 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17801#discussion_r113879810 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -2487,19 +2487,21 @@ object functions { */ def

[GitHub] spark pull request #17801: [MINOR][SQL][DOCS] Improve unix_timestamp's scala...

2017-04-28 Thread jaceklaskowski
GitHub user jaceklaskowski opened a pull request: https://github.com/apache/spark/pull/17801 [MINOR][SQL][DOCS] Improve unix_timestamp's scaladoc (and typo hunting) ## What changes were proposed in this pull request? * Docs are consistent (across different `unix_timestamp`