You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/07 12:21:00 UTC

[jira] [Commented] (PHOENIX-6357) Change all command line tools to use the fixed commons-cli constructor

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

ASF GitHub Bot commented on PHOENIX-6357:
-----------------------------------------

stoty opened a new pull request #1227:
URL: https://github.com/apache/phoenix/pull/1227


   …li constructor
   
   note that this also removes the partial double doublequote workaround, as it is no longer needed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Change all command line tools to use the fixed commons-cli constructor
> ----------------------------------------------------------------------
>
>                 Key: PHOENIX-6357
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6357
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: core
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> Creating DefaultParser with the new DefaultParser(true, false) or DefaultParser(false, false) 
> constructors will not mangle the double quotes for our tools.
> Change all tools to use that.



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