[
https://issues.apache.org/jira/browse/AIRFLOW-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16564242#comment-16564242
]
ASF subversion and git services commented on AIRFLOW-2825:
----------------------------------------------------------
Commit c7e54461c68c70e11b5cd47e9dee9d52f6ee357b in incubator-airflow's branch
refs/heads/master from XD-DENG
[ https://gitbox.apache.org/repos/asf?p=incubator-airflow.git;h=c7e5446 ]
[AIRFLOW-2825]Fix S3ToHiveTransfer bug due to case
Because upper/lower case was not considered
in the file extension check, S3ToHiveTransfer
operator may mistakenly think a GZIP file with
uppercase ext ".GZ" is not a GZIP file and
raise exception.
> S3ToHiveTransfer operator may not may able to handle GZIP file with uppercase
> ext in S3
> ---------------------------------------------------------------------------------------
>
> Key: AIRFLOW-2825
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2825
> Project: Apache Airflow
> Issue Type: Bug
> Components: operators
> Reporter: Xiaodong DENG
> Assignee: Xiaodong DENG
> Priority: Critical
>
> Because upper/lower case was not considered in the extension check,
> S3ToHiveTransfer operator may think a GZIP file with uppercase ext `.GZ` is
> not a GZIP file and raise exception.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)