GitHub user FelixYBW added a comment to the discussion: Add a new backend: Bolt
Some comments of what I know: > So, bolt is going to replace velox entirely in gluten It's up to customer actually, just like Clickhouse vs. Velox. Customer will do the choices depending on various reasons. > As a fork of velox, why the integration for bolt result in a 260k+ patch? It > doesn't look a right way to maintain. What's the amount of duplication? > Consider a better approach such as new API exposure? Duplicated code is because we need to seperate the two backend's development initially. Then we may rebase the code, remove the duplications, align the APIs, achieve similar even better code layout compared to Velox vs. Clickhouse. It takes time and we need a start point. GitHub link: https://github.com/apache/incubator-gluten/discussions/10929#discussioncomment-15762962 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
