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

   ### What changes were proposed in this pull request?
   
   Similar to how Avro functions have their own `avro_funcs` group, Protobuf 
functions (`from_protobuf`, `to_protobuf`) should have their own 
`protobuf_funcs` group instead of being grouped under `misc_funcs`.
   
   This improves consistency with how other format-specific functions are 
organized and makes the documentation clearer for users.
   
   Changes:
   - Move `from_protobuf` and `to_protobuf` from `misc_funcs` to 
`protobuf_funcs`
   - Add `protobuf_funcs` to the groups set in `gen-sql-functions-docs.py`
   
   ### Why are the changes needed?
   
   Consistency with `avro_funcs`, `json_funcs`, `csv_funcs`, `xml_funcs` 
groupings.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No functional changes. The only difference is in how functions are grouped 
in documentation.
   
   ### How was this patch tested?
   
   Existing tests.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Yes, GitHub Copilot was used to assist with this change.


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

Reply via email to