You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/04/16 17:42:00 UTC

[jira] [Updated] (SPARK-6959) Support for datetime comparisions in filter for dataframes in pyspark

     [ https://issues.apache.org/jira/browse/SPARK-6959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-6959:
-----------------------------
    Component/s: SQL

> Support for datetime comparisions in filter for dataframes in pyspark
> ---------------------------------------------------------------------
>
>                 Key: SPARK-6959
>                 URL: https://issues.apache.org/jira/browse/SPARK-6959
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: cynepia
>
> Currently, in filter strings can be passed for comparision with a "date" type column. But this does not address the case where dates may be passed in different formats. We should have support for datetime.date or some standard format for comparision with "date" type columns.
> Currently,
> df.filter(df.Datecol > datetime.date(2015,1,1)).show()
> is not supported.



--
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