comphead commented on code in PR #520: URL: https://github.com/apache/datafusion-comet/pull/520#discussion_r1631491538
########## docs/source/user-guide/operators.md: ########## @@ -19,15 +19,18 @@ # Supported Spark Operators -The following Spark operators are currently available: +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. -- FileSourceScanExec/BatchScanExec for Parquet -- Projection -- Filter -- Sort -- Hash Aggregate -- Limit -- Sort-merge Join -- Hash Join -- Shuffle -- Expand +| Operator | Notes | +| -------------------------------------------- | -------------------------------------- | +| FileSourceScanExec/BatchScanExec for Parquet | | +| Projection | | +| Filter | | +| Sort | | +| Hash Aggregate | | +| Limit | | +| Sort-merge Join | Sort-merge join is disabled by default | Review Comment: oh, is SMJ disabled by default? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org