You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2015/07/03 21:28:05 UTC

[jira] [Created] (SPARK-8818) In should not take Any not Column

Michael Armbrust created SPARK-8818:
---------------------------------------

             Summary: In should not take Any not Column
                 Key: SPARK-8818
                 URL: https://issues.apache.org/jira/browse/SPARK-8818
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Michael Armbrust


This is pretty verbose having to write {{lit(...)}}
{code}
  .where('timestamp in (lit(1435897619640L), lit(1435924856812L)))
{code}

I think i most cases people using in will be listing static values, not columns.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org