Details
Description
This is pretty verbose having to write lit(...)
.where('timestamp in (lit(1435897619640L), lit(1435924856812L)))
I think i most cases people using in will be listing static values, not columns.
Attachments
Issue Links
- relates to
-
SPARK-8348 Add in operator to DataFrame Column
- Resolved