spark git commit: [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null.

2018-11-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 96a5a127e -> e96ba8430 [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null. Currently `InSet` doesn't work properly for binary type, or struct and array type with null value in the set. Because, as for binary type,

spark git commit: [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null.

2018-11-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.4 99a9107c9 -> 7200915fa [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null. ## What changes were proposed in this pull request? Currently `InSet` doesn't work properly for binary type, or struct and array type with

spark git commit: [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null.

2018-11-29 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 7a83d7140 -> b9b68a6dc [SPARK-26211][SQL] Fix InSet for binary, and struct and array with null. ## What changes were proposed in this pull request? Currently `InSet` doesn't work properly for binary type, or struct and array type with nul