@@ -402,7 +402,7 @@ def make_default_validator(body, debug=False):
402
402
"### Documentation Update" ,
403
403
{"_Describe any necessary documentation update if there is any new feature, config, or user-facing change_" ,
404
404
"" ,
405
- "- _The config description must be updated if new configs are added or the default value of the configs are changed. If not, put \" N/A \" ._" ,
405
+ "- _The config description must be updated if new configs are added or the default value of the configs are changed. If not, put \" none \" ._" ,
406
406
"- _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the" ,
407
407
" ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make" ,
408
408
" changes to the website._" })
@@ -479,7 +479,7 @@ def test_body():
479
479
"" ,
480
480
"_Describe any necessary documentation update if there is any new feature, config, or user-facing change_" ,
481
481
"" ,
482
- "- _The config description must be updated if new configs are added or the default value of the configs are changed. If not, put \" N/A \" ._" ,
482
+ "- _The config description must be updated if new configs are added or the default value of the configs are changed. If not, put \" none \" ._" ,
483
483
"- _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the" ,
484
484
" ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make" ,
485
485
" changes to the website._" ,
0 commit comments