sandip-db opened a new pull request, #42938:
URL: https://github.com/apache/spark/pull/42938

   ### What changes were proposed in this pull request?
   Add from_xml and schema_of_xml to pyspark, spark connect and sql function
   
   ### Why are the changes needed?
   from_xml parses XML data nested in a `Column` into a struct. schema_of_xml 
infers schema from XML data in a `Column`.
   This PR adds these two functions to pyspark, spark connect and SQL function 
registry.
   It is one of the series of PR to add native support for [XML File 
Format](https://issues.apache.org/jira/browse/SPARK-44265) in spark.
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, it adds from_xml and schema_of_xml to pyspark, spark connect and sql 
function
   
   ### How was this patch tested?
   - Added new unit tests
   - Github Action
   
   ### 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-unsubscr...@spark.apache.org

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


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

Reply via email to