nchammas commented on code in PR #57010: URL: https://github.com/apache/spark/pull/57010#discussion_r3559452405
########## docs/_plugins/build_api_docs.rb: ########## @@ -277,10 +281,12 @@ def build_spark_scala_and_java_docs_if_necessary def build_scala_and_java_docs build_spark_if_necessary - print_header "Building Scala and Java API docs." + print_header "Building Scala and Java API docs" cd(SPARK_PROJECT_ROOT) - build_spark_scala_and_java_docs_if_necessary + if not (ENV['SKIP_UNIDOC'] == '1') Review Comment: @uros-b - I don't know how you feel about the broader discussion of skip flags, but for now I suggest we accept the inconsistency in how `SKIP_UNIDOC` is interpreted. In a follow-up PR I would like to resolve the various inconsistencies in how we use skip flags. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
