hudi-agent commented on code in PR #19592:
URL: https://github.com/apache/hudi/pull/19592#discussion_r3765225730
##########
website/docs/clustering.md:
##########
@@ -202,6 +202,28 @@ The available strategies are as follows:
consistent bucket index and only applicable to the Spark engine. Set
`hoodie.clustering.execution.strategy.class`
to
`org.apache.hudi.client.clustering.run.strategy.SparkConsistentBucketClusteringExecutionStrategy`.
+#### Row writer
+
+On Spark, the execution strategies above can rewrite the data either through
the row writer, which operates on
+a `Dataset<Row>` and avoids converting records to Avro, or through the older
RDD path. Which one runs is decided
+by a single config:
+
+| Config Name | Default | Description |
+|-------------|---------|-------------|
Review Comment:
🤖 This table lists the default as `true`, which is correct for the config
value itself, but a reader skimming only the table might assume
standalone/async clustering always defaults to the row writer — whereas the
bullets just below correctly note the standalone fallback was `false` in
0.14.0/0.15.0/0.15.1. It might help to add a short qualifier in the Description
cell (e.g. "config default; the standalone-clustering fallback differs by
release — see below") so the table alone doesn't over-promise.
<sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]