From 14e6e1465d90fd9bf5144413f8a55d246d6b1be6 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 7 Jun 2024 11:48:00 -0600 Subject: [PATCH] SMJ not disabled by default --- docs/source/user-guide/operators.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/user-guide/operators.md b/docs/source/user-guide/operators.md index 0327c4af7..58fc8186c 100644 --- a/docs/source/user-guide/operators.md +++ b/docs/source/user-guide/operators.md @@ -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 | |