You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Richard Antal (Jira)" <ji...@apache.org> on 2020/04/09 12:23:00 UTC

[jira] [Updated] (PHOENIX-5830) Fix python printing in query-server

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

Richard Antal updated PHOENIX-5830:
-----------------------------------
    Description: 
Lines like:
{code:java}
print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key, default
{code}
Would create TypeError : not enough arguments for format string

  was:
Lines like 

 
{code:java}
print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key, default
{code}
Would create TypeError : not enough arguments for format string


> Fix python printing in query-server
> -----------------------------------
>
>                 Key: PHOENIX-5830
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5830
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Richard Antal
>            Assignee: Richard Antal
>            Priority: Major
>
> Lines like:
> {code:java}
> print 'Failed to find hbase executable on PATH, defaulting %s to %s.' % key, default
> {code}
> Would create TypeError : not enough arguments for format string



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