This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push: new 633b25d76 docs: Update Gluten comparision to clarify that Velox is open-source (#2043) 633b25d76 is described below commit 633b25d764d0df080a35b20070960024ae5a8659 Author: Andy Grove <agr...@apache.org> AuthorDate: Mon Jul 28 11:33:28 2025 -0600 docs: Update Gluten comparision to clarify that Velox is open-source (#2043) --- docs/source/user-guide/gluten_comparison.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/gluten_comparison.md b/docs/source/user-guide/gluten_comparison.md index c1c9fec59..c30b5f0c6 100644 --- a/docs/source/user-guide/gluten_comparison.md +++ b/docs/source/user-guide/gluten_comparison.md @@ -41,9 +41,9 @@ does not plan to support multiple engines, but rather focus on a tight integrati One of the main differences between Comet and Gluten is the choice of native execution engine. -Gluten uses Velox, which is a vectorized query engine implemented in C++ and is maintained by Meta. +Gluten uses Velox, which is an open-source C++ vectorized query engine created by Meta. -Comet uses DataFusion, which is a vectorized query engine implemented in Rust and is maintained by the +Comet uses Apache DataFusion, which is an open-source vectorized query engine implemented in Rust and is governed by the Apache Software Foundation. Velox and DataFusion are both mature query engines that are growing in popularity. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org