You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/10/21 06:18:00 UTC

[jira] [Created] (PHOENIX-6577) phoenix_sandbox.py incompatible with python3

Istvan Toth created PHOENIX-6577:
------------------------------------

             Summary: phoenix_sandbox.py incompatible with python3
                 Key: PHOENIX-6577
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6577
             Project: Phoenix
          Issue Type: Bug
          Components: core
            Reporter: Istvan Toth
            Assignee: Istvan Toth


Seems like we missed this when working on python 3 compatibility.


{noformat}
$ ./phoenix_sandbox.py
Traceback (most recent call last):
  File "/Users/stoty/workspaces/apache-phoenix/phoenix/bin/./phoenix_sandbox.py", line 49, in <module>
    logging_config, ":".join(cp_components))
TypeError: sequence item 1: expected str instance, bytes found
{noformat}




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