nicolasazrak opened a new pull request #34356:
URL: https://github.com/apache/spark/pull/34356
### What changes were proposed in this pull request?
This commit solves `SPARK-36554`. It exposes the `make_date` sql expression
into the scala functions file to be able to use it in expressions.
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
It exposes the `make_date` function to use as an expression without the need
to use `expr("make_date(...)")`.
### How was this patch tested?
It has an unit test in the `test_functions.py` file.
--
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]