FelixYBW commented on issue #10277: URL: https://github.com/apache/incubator-gluten/issues/10277#issuecomment-3134098459
It's actually a type of expression fusion. If it's a common use case, we can implement a new function slice_split(column1, delimiter, S, N) to replace slice(split(column1, delimiter, N+S-1), S, N). We can add a rule to do the conversion. -- 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]
