You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "nchammas (via GitHub)" <gi...@apache.org> on 2024/01/10 07:17:37 UTC

[PR] [SPARK-46437][FOLLOWUP] Update configuration.md to use include_api_gen [spark]

nchammas opened a new pull request, #44663:
URL: https://github.com/apache/spark/pull/44663

   ### What changes were proposed in this pull request?
   
   As part of #44630 I neglected to update some places that still use the following Liquid directive pattern:
   
   ```liquid
   {% for static_file in site.static_files %}
       {% if static_file.name == 'generated-agg-funcs-table.html' %}
           {% include_relative generated-agg-funcs-table.html %}
           {% break %}
       {% endif %}
   {% endfor %}
   ```
   
   This PR replaces all remaining instances of this pattern with the new `include_api_gen` Jekyll tag.
   
   ### Why are the changes needed?
   
   For consistency in how we build our docs.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manually building and reviewing the configuration docs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46437][FOLLOWUP] Update configuration.md to use include_api_gen [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon commented on PR #44663:
URL: https://github.com/apache/spark/pull/44663#issuecomment-1884323565

   Merged to master.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-46437][FOLLOWUP] Update configuration.md to use include_api_gen [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon closed pull request #44663: [SPARK-46437][FOLLOWUP] Update configuration.md to use include_api_gen
URL: https://github.com/apache/spark/pull/44663


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org