[
https://issues.apache.org/jira/browse/YUNIKORN-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weiwei Yang resolved YUNIKORN-90.
---------------------------------
Fix Version/s: 0.8
Resolution: Fixed
> 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
> Assignee: Tao Yang
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.8
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {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: [email protected]
For additional commands, e-mail: [email protected]