Github user viirya commented on the issue:

    https://github.com/apache/spark/pull/21416
  
    Yes. The design of PySpark API seems to be a bit different than Scala/Java 
API at beginning. If we are going to make them consistent, either we break 
Scala queries like `col.isin(Array[Byte](1,2,3))` or PySpark queries like 
`col.isin([1, 2, 3])`.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to