yihua commented on code in PR #13061:
URL: https://github.com/apache/hudi/pull/13061#discussion_r2029425897


##########
website/versioned_docs/version-0.14.1/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



##########
website/versioned_docs/version-0.14.0/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



##########
website/versioned_docs/version-1.0.1/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



##########
website/versioned_docs/version-0.15.0/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



##########
website/docs/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



##########
website/versioned_docs/version-1.0.0/precommit_validator.md:
##########
@@ -7,7 +7,13 @@ Data quality refers to the overall accuracy, completeness, 
consistency, and vali
 
 Hudi offers **Pre-Commit Validators** that allow you to ensure that your data 
meets certain data quality expectations as you are writing with Hudi Streamer 
or Spark Datasource writers.
 
-To configure pre-commit validators, use this setting 
`hoodie.precommit.validators=<comma separated list of validator class names>`.
+:::note
+Pre-commit validators are skipped when using the 
[BULK_INSERT](/docs/write_operations#bulk_insert) write operation type.
+:::
+
+Multiple class names can be separated by `,` delimiter.
+
+Syntax: `class_name1,class_name2`

Review Comment:
   ```suggestion
   Syntax: `hoodie.precommit.validators=class_name1,class_name2`
   ```



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

Reply via email to