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

   ### What changes were proposed in this pull request?
   
   Add following functions:
   - array_agg
   - array_size
   - cardinality
   - count_min_sketch
   - named_struct
   - json_array_length
   - json_object_keys
   - mask
   
   To:
   
   - Scala API
   - Python API
   - Spark Connect Scala Client
   - Spark Connect Python Client
   
   ### Why are the changes needed?
   Add Scala, Python and Connect API for these sql functions: array_agg, 
array_size, cardinality, count_min_sketch, named_struct, json_array_length, 
json_object_keys, mask
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, added new functions.
   
   ### How was this patch tested?
   New UT added.
   


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