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

   ### What changes were proposed in this pull request?
   This PR introduces changes that will allow for collated strings to be passed 
to various datetime expressions or return value as collated string from those 
expressions.
   Impacted datetime expressions:
   
   - current_timezone
   - to_unix_timestamp
   - from_unixtime
   - next_day
   - from_utc_timestamp
   - to_utc_timestamp
   - to_date
   - to_timestamp
   - trunc
   - date_trunc
   - make_timestamp
   - date_part
   - convert_timezone
   
   
   ### Why are the changes needed?
   This PR is part of ongoing effort to support collated strings on SparkSQL.
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, users will be able to use collated strings for datetime expressions.
   
   
   ### How was this patch tested?
   Added corresponding tests.
   
   
   ### 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