You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/10 14:08:54 UTC

[GitHub] OmerJog opened a new pull request #4302: [AIRFLOW-2641] Fix MySqlToHiveTransfer to handle MySQL DECIMAL correctly

OmerJog opened a new pull request #4302: [AIRFLOW-2641]  Fix MySqlToHiveTransfer to handle MySQL DECIMAL correctly
URL: https://github.com/apache/incubator-airflow/pull/4302
 
 
   ### Jira
   
   - [V] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW-2641) 
   
   ### Description
   
   MySQLdb has also FIELD_TYPE.NEWDECIMAL 
   adding support for it in the operator
   https://github.com/farcepest/MySQLdb1/blob/master/MySQLdb/converters.py#L158
   
   Also fix flake8 errors
   
   ### Code Quality
   
   - [V ] Passes `flake8`
   

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


With regards,
Apache Git Services