[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18436 --- 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 ena

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-29 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/18436#discussion_r124965300 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -464,7 +464,15 @@ class Column(val expr: Expression) extends Logging { * @g

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18436#discussion_r124963887 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -464,7 +464,15 @@ class Column(val expr: Expression) extends Logging {

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-27 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/18436#discussion_r124310896 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -299,7 +308,7 @@ class Column(val expr: Expression) extends Logging { * @gr

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-27 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/18436#discussion_r124308084 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -299,7 +308,7 @@ class Column(val expr: Expression) extends Logging { * @gr

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18436#discussion_r124302536 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Column.scala --- @@ -299,7 +308,7 @@ class Column(val expr: Expression) extends Logging { *

[GitHub] spark pull request #18436: [SPARK-20073][SQL] Prints an explicit warning mes...

2017-06-27 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/18436 [SPARK-20073][SQL] Prints an explicit warning message in case of binary predicates ## What changes were proposed in this pull request? This pr added code to print the same warning messages in al