Skip to content

Commit

Permalink
Fix a small typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-vastdata committed Apr 16, 2024
1 parent 77d580e commit f49d537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Comet shuffle feature is disabled by default. To enable it, please add related c
```

Above configs enable Comet native shuffle which only supports hash partiting and single partition.
Comet native shuffle doesn't support complext types yet.
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:

Expand Down

0 comments on commit f49d537

Please sign in to comment.