You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tianyi Wang (JIRA)" <ji...@apache.org> on 2018/03/19 20:12:00 UTC

[jira] [Resolved] (IMPALA-6690) Invalid syntax in pip_download.py due to a recent patch

     [ https://issues.apache.org/jira/browse/IMPALA-6690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tianyi Wang resolved IMPALA-6690.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0
                   Impala 3.0

IMPALA-6690: Fix pip_download.py on python 2.6

IMPALA-6682 used set literal syntax in pip_download.py, which is
introduced in python 2.7. This patch changes it to set constructor.

It's tested on python 2.6.9.

Change-Id: I82b4116ee056f605c8aadf39a8b92b78313cb8bf
Reviewed-on: http://gerrit.cloudera.org:8080/9694
Reviewed-by: Lars Volker <lv...@cloudera.com>
Tested-by: Impala Public Jenkins

> Invalid syntax in pip_download.py due to a recent patch
> -------------------------------------------------------
>
>                 Key: IMPALA-6690
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6690
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Taras Bobrovytsky
>            Assignee: Tianyi Wang
>            Priority: Blocker
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> The fix for IMPALA-6682 caused an issue where we get a Python error due to incorrect syntax. This seems to be happening only on Python 2.6.



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