Skip to content

Commit

Permalink
SMJ not disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 7, 2024
1 parent 2c1e518 commit 14e6e14
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/source/user-guide/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
The following Spark operators are currently replaced with native versions. Query stages that contain any operators
not supported by Comet will fall back to regular Spark execution.

| Operator | Notes |
| -------------------------------------------- | -------------------------------------- |
| FileSourceScanExec/BatchScanExec for Parquet | |
| Projection | |
| Filter | |
| Sort | |
| Hash Aggregate | |
| Limit | |
| Sort-merge Join | Sort-merge join is disabled by default |
| Hash Join | |
| Shuffle | |
| Expand | |
| Operator | Notes |
| -------------------------------------------- | ----- |
| FileSourceScanExec/BatchScanExec for Parquet | |
| Projection | |
| Filter | |
| Sort | |
| Hash Aggregate | |
| Limit | |
| Sort-merge Join | |
| Hash Join | |
| Shuffle | |
| Expand | |

0 comments on commit 14e6e14

Please sign in to comment.