Skip to content

Commit a2a0b0c

Browse files
committed
Use @andygrove's approach.
1 parent 1514296 commit a2a0b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/latest/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Comet provides the following configuration settings.
4040
| spark.comet.exceptionOnDatetimeRebase | Whether to throw exception when seeing dates/timestamps from the legacy hybrid (Julian + Gregorian) calendar. Since Spark 3, dates/timestamps were written according to the Proleptic Gregorian calendar. When this is true, Comet will throw exceptions when seeing these dates/timestamps that were written by Spark version before 3.0. If this is false, these dates/timestamps will be read as if they were written to the Proleptic Gregorian calendar and will not be rebased. | false |
4141
| spark.comet.exec.aggregate.enabled | Whether to enable aggregate by default. | true |
4242
| spark.comet.exec.broadcastExchange.enabled | Whether to enable broadcastExchange by default. | true |
43-
| spark.comet.exec.broadcastHashJoin.enabled | Whether to enable broadcastHashJoin by default. | true |
43+
| spark.comet.exec.broadcastHashJoin.enabled | Whether to enable broadcastHashJoin by default. | false |
4444
| spark.comet.exec.coalesce.enabled | Whether to enable coalesce by default. | true |
4545
| spark.comet.exec.collectLimit.enabled | Whether to enable collectLimit by default. | true |
4646
| spark.comet.exec.enabled | Whether to enable Comet native vectorized execution for Spark. This controls whether Spark should convert operators into their Comet counterparts and execute them in native space. Note: each operator is associated with a separate config in the format of 'spark.comet.exec.<operator_name>.enabled' at the moment, and both the config and this need to be turned on, in order for the operator to be executed in native. | true |

0 commit comments

Comments
 (0)