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

   ### What changes were proposed in this pull request?
   
   This PR adds a new `avro_funcs` group for Avro SQL functions (from_avro, 
to_avro, schema_of_avro) to follow the pattern used by other data format 
functions like xml_funcs, json_funcs, and csv_funcs.
   
   ### Why are the changes needed?
   
   Currently, Avro functions are grouped under `misc_funcs`, while other data 
format functions have their own dedicated groups:
   - `xml_funcs` for XML functions
   - `json_funcs` for JSON functions
   - `csv_funcs` for CSV functions
   
   For consistency and better documentation organization, Avro functions should 
also have their own group.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, this is a documentation-only change that affects how functions are 
grouped in the SQL function reference.
   
   ### How was this patch tested?
   
   Existing tests pass. The change was validated by building the documentation.
   
   ### 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