andygrove commented on code in PR #2735: URL: https://github.com/apache/datafusion-comet/pull/2735#discussion_r2507074096
########## docs/source/user-guide/latest/configs.md: ########## @@ -149,6 +149,7 @@ These settings can be used to determine which parts of the plan are accelerated | `spark.comet.exec.globalLimit.enabled` | Whether to enable globalLimit by default. | true | | `spark.comet.exec.hashJoin.enabled` | Whether to enable hashJoin by default. | true | | `spark.comet.exec.localLimit.enabled` | Whether to enable localLimit by default. | true | +| `spark.comet.exec.localTableScan.enabled` | Whether to enable localTableScan by default. | true | Review Comment: ```suggestion | `spark.comet.exec.localTableScan.enabled` | Whether to enable localTableScan by default. | false | ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
