[ https://issues.apache.org/jira/browse/SPARK-26618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-26618: ------------------------------------ Assignee: Apache Spark > Make typed Timestamp/Date literals consistent to casting > -------------------------------------------------------- > > Key: SPARK-26618 > URL: https://issues.apache.org/jira/browse/SPARK-26618 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 2.4.0 > Reporter: Maxim Gekk > Assignee: Apache Spark > Priority: Minor > > Currently values of typed literals TIMESTAMP and DATE are parsed to desired > values by Timestamp.valueOf and Date.valueOf. This restricts date and > timestamp pattern, and makes inconsistent to casting to > TimestampType/DateType. Also using Timestamp.valueOf and Date.valueOf assumes > hybrid calendar while parsing textual representation of timestamps/dates. > This should be fixed by re-using cast functionality. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org