vitaliili-db commented on PR #37631: URL: https://github.com/apache/spark/pull/37631#issuecomment-1226095179
@cloud-fan other databases don't have `limit` parameter in `split` function. In addition a second parameter is a string in other systems as opposed to regex in Spark. Closest method we have is `StringSplitSQL` but we cannot replace it since it will be bigger breaking change for users who use `limit` parameter. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
