RosterIn commented on a change in pull request #4802: [AIRFLOW-3978] - Add 
TIME, BINARY, VARBINARY to MySqlToGoogleCloudStorageOperator
URL: https://github.com/apache/airflow/pull/4802#discussion_r261769873
 
 

 ##########
 File path: airflow/contrib/operators/mysql_to_gcs.py
 ##########
 @@ -273,6 +273,8 @@ def type_map(cls, mysql_type):
         d = {
             FIELD_TYPE.INT24: 'INTEGER',
             FIELD_TYPE.TINY: 'INTEGER',
+            FIELD_TYPE.BINARY: 'BINARY',
+            FIELD_TYPE.VARBINARY: 'BINARY',
 
 Review comment:
   @feng-tao @XD-DENG  it's the other way around. They said it is supported and 
the file you were referring to has nothing to do with it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to