andygrove commented on code in PR #2791:
URL: https://github.com/apache/datafusion-comet/pull/2791#discussion_r2535663111


##########
docs/source/user-guide/latest/configs.md:
##########
@@ -289,6 +291,7 @@ These settings can be used to determine which parts of the 
plan are accelerated
 | `spark.comet.expression.Remainder.enabled`                 | Enable Comet 
acceleration for `Remainder`                 | true          |
 | `spark.comet.expression.Reverse.enabled`                   | Enable Comet 
acceleration for `Reverse`                   | true          |
 | `spark.comet.expression.Round.enabled`                     | Enable Comet 
acceleration for `Round`                     | true          |
+| `spark.comet.expression.ScalarSubquery.enabled`            | Enable Comet 
acceleration for `ScalarSubquery`            | true          |
 | `spark.comet.expression.Second.enabled`                    | Enable Comet 
acceleration for `Second`                    | true          |
 | `spark.comet.expression.Sha1.enabled`                      | Enable Comet 
acceleration for `Sha1`                      | true          |
 | `spark.comet.expression.Sha2.enabled`                      | Enable Comet 
acceleration for `Sha2`                      | true          |

Review Comment:
   Updated



-- 
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]

Reply via email to