You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Masahiro Tanaka (JIRA)" <ji...@apache.org> on 2016/09/08 04:13:21 UTC

[jira] [Created] (AMBARI-18337) Syntax Error in Ambari HAWQ Unit test with Python 2.6

Masahiro Tanaka created AMBARI-18337:
----------------------------------------

             Summary: Syntax Error in Ambari HAWQ Unit test with Python 2.6
                 Key: AMBARI-18337
                 URL: https://issues.apache.org/jira/browse/AMBARI-18337
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: trunk
         Environment: CentOS6, Python 2.6
            Reporter: Masahiro Tanaka
            Assignee: Masahiro Tanaka


With Python 2.6, {code} {"A", "B"}  {code} syntax isn't allowed.

Ref. https://docs.python.org/2/library/stdtypes.html#set-types-set-frozenset

{code}
As of Python 2.7, non-empty sets (not frozensets) can be created by placing a comma-separated list of elements within braces, for example: {'jack', 'sjoerd'}, in addition to the set constructor.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)