This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 474dda4 doc: Fix a small typo in README.md (#272)
474dda4 is described below
commit 474dda462584206963d10d791683d7f178050949
Author: Roman Zeyde <[email protected]>
AuthorDate: Tue Apr 16 21:25:12 2024 +0300
doc: Fix a small typo in README.md (#272)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 121972c..d43e461 100644
--- a/README.md
+++ b/README.md
@@ -124,8 +124,8 @@ Comet shuffle feature is disabled by default. To enable it,
please add related c
--conf spark.comet.exec.shuffle.enabled=true
```
-Above configs enable Comet native shuffle which only supports hash partiting
and single partition.
-Comet native shuffle doesn't support complext types yet.
+Above configs enable Comet native shuffle which only supports hash partition
and single partition.
+Comet native shuffle doesn't support complex types yet.
Comet doesn't have official release yet so currently the only way to test it
is to build jar and include it in your Spark application. Depending on your
deployment mode you may also need to set the driver & executor class path(s) to
explicitly contain Comet otherwise Spark may use a different class-loader for
the Comet components than its internal components which will then fail at
runtime. For example: