
Ultimate access to all questions.
Which Spark property configures whether DataFrame partitions below a minimum size threshold are automatically coalesced into larger partitions during a shuffle?
A
spark.sql.shuffle.partitions
B
spark.sql.autoBroadcastJoinThreshold
C
spark.sql.adaptive.skewJoin.enabled
D
spark.sql.inMemoryColumnarStorage.batchSize
E
spark.sql.adaptive.coalescePartitions.enabled