[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15393 --- 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 #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15393#discussion_r82491018 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -70,7 +70,7 @@ class JdbcRelationProvider

[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/15393#discussion_r82450501 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -70,7 +70,7 @@ class

[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/15393#discussion_r82449644 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -70,7 +70,7 @@ class

[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/15393#discussion_r82449290 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -70,7 +70,7 @@ class

[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/15393#discussion_r82449361 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcRelationProvider.scala --- @@ -70,7 +70,7 @@ class

[GitHub] spark pull request #15393: [HOTFIX][BUILD] Do not use contains in Option in ...

2016-10-07 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/15393 [HOTFIX][BUILD] Do not use contains in Option in JdbcRelationProvider ## What changes were proposed in this pull request? This PR proposes the fix the use of `contains` API which only