PHILO-HE commented on issue #6758: URL: https://github.com/apache/incubator-gluten/issues/6758#issuecomment-2277031995
@Yohahaha @FelixYBW, Velox has a similar function also called `split_part` in prestosql folder. A long time ago, we noted this function has some difference from Spark's. So we put it into black list to avoid using that Velox function. @Yohahaha, would you like to implement Spark's `split_velox` in Velox? Maybe, you can do that based on presto's implementation. And in Gluten, we may need to revert Spark's runtime replacement, i.e., use `split_part` for `element_at(StringSplitSQL)`, then offloading to Velox's `split_part`. -- 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]
