You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/12 16:35:00 UTC

[jira] [Commented] (AIRFLOW-2169) Fail to discern between VARBINARY and VARCHAR in MySQL

    [ https://issues.apache.org/jira/browse/AIRFLOW-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473183#comment-16473183 ] 

ASF subversion and git services commented on AIRFLOW-2169:
----------------------------------------------------------

Commit 5f7bb61f1f22a203acdfa22e448d612ba97155a4 in incubator-airflow's branch refs/heads/master from [~whynick1]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=5f7bb61 ]

[AIRFLOW-2169] Encode binary data with base64 before importing to BigQuery

Closes #3221 from whynick1/master


> Fail to discern between VARBINARY and VARCHAR in MySQL
> ------------------------------------------------------
>
>                 Key: AIRFLOW-2169
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2169
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: db, operators
>            Reporter: Hongyi Wang
>            Assignee: Hongyi Wang
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Current MySqlToGoogleCloudStorageOperator has difficulty to discern between VARBINARY and VARCHAR in MySQL (and other similar fields–CHAR/BINARY, etc). While "binary-related" MySQL data types, like VARBINARY, should be mapped to "BYTES" in Google Cloud Storage, rather than "STRING".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)