[
https://issues.apache.org/jira/browse/AIRFLOW-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508532#comment-16508532
]
ASF subversion and git services commented on AIRFLOW-2587:
----------------------------------------------------------
Commit f1df9575bd3ac2bd81187d88d3c9665c2755d2c0 in incubator-airflow's branch
refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f1df957 ]
[AIRFLOW-2587] Add TIMESTAMP type mapping to MySqlToHiveTransfer
This PR fixes MySqlToHiveTransfer to map
MySQL TIMESTAMP to Hive TIMESTAMP
(not STRING) so that users are not
required to cast it explicitly.
Closes #3486 from sekikn/AIRFLOW-2587
> Add TIMESTAMP type mapping to MySqlToHiveTransfer
> -------------------------------------------------
>
> Key: AIRFLOW-2587
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2587
> Project: Apache Airflow
> Issue Type: Improvement
> Components: operators
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Minor
> Fix For: 1.10.0, 2.0.0
>
>
> Currently {{airflow.operators.mysql_to_hive.MySqlToHiveTransfer}} maps MySQL
> {{TIMESTAMP}} to Hive {{STRING}}, so Hive users have to cast it as TIMESTAMP
> manually. It's inconvenient.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)