You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Tao Yang (Jira)" <ji...@apache.org> on 2020/04/10 04:19:00 UTC

[jira] [Created] (YUNIKORN-90) Wrong order of input parameters for strings.HasPrefix in utils.go

Tao Yang created YUNIKORN-90:
--------------------------------

             Summary: Wrong order of input parameters for strings.HasPrefix in utils.go
                 Key: YUNIKORN-90
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-90
             Project: Apache YuniKorn
          Issue Type: Bug
            Reporter: Tao Yang


{code} strings.HasPrefix("[", partitionName) {code}  should be {code}strings.HasPrefix(partitionName, "[") {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org