Skip to content

Commit 633b25d

Browse files
authored
docs: Update Gluten comparision to clarify that Velox is open-source (#2043)
1 parent 320ce55 commit 633b25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user-guide/gluten_comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ does not plan to support multiple engines, but rather focus on a tight integrati
4141

4242
One of the main differences between Comet and Gluten is the choice of native execution engine.
4343

44-
Gluten uses Velox, which is a vectorized query engine implemented in C++ and is maintained by Meta.
44+
Gluten uses Velox, which is an open-source C++ vectorized query engine created by Meta.
4545

46-
Comet uses DataFusion, which is a vectorized query engine implemented in Rust and is maintained by the
46+
Comet uses Apache DataFusion, which is an open-source vectorized query engine implemented in Rust and is governed by the
4747
Apache Software Foundation.
4848

4949
Velox and DataFusion are both mature query engines that are growing in popularity.

0 commit comments

Comments
 (0)