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 2020/01/23 10:45:00 UTC

[jira] [Commented] (AIRFLOW-5616) PrestoHook to use prestodb

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

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

Commit 8f1f33f228c67b2b0c7fc4156dbd925365f7334b in airflow's branch refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=8f1f33f ]

[AIRFLOW-5616] Switch PrestoHook from pyhive to prestosql-client to s

upport transactions. (#6822)

Replace the pyhive client with presto official client.

(cherry-picked from 30c693c91)


> PrestoHook to use prestodb
> --------------------------
>
>                 Key: AIRFLOW-5616
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5616
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: hooks
>    Affects Versions: 1.10.5
>            Reporter: Alexandre Brilhante
>            Assignee: Gaurav Sehgal
>            Priority: Minor
>             Fix For: 1.10.8
>
>
> PrestoHook currently uses PyHive which doesn't support transactions whereas prestodb ([https://github.com/prestodb/presto-python-client)|https://github.com/prestodb/presto-python-client] does. I think it would more flexible to use prestodb as client. I can work on a PR.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)