@ncole this is not `split`, i have used `partition` which not require the split
character to exists and returns always a tuple of (left, separator, right).
i.e. if input string would be "teststring", it would return ('teststring', '',
'')[ Full content available at: https://github.com/apache/ambari/pull/2366 ] This message was relayed via gitbox.apache.org for [email protected]
