MaxGekk opened a new pull request #33143: URL: https://github.com/apache/spark/pull/33143
### What changes were proposed in this pull request? This reverts commit e6753c9402b5c40d9e2af662f28bd4f07a0bae17. ### Why are the changes needed? The `make_interval` function aims to construct values of the legacy interval type `CalendarIntervalType` which will be substituted by ANSI interval types (see SPARK-27790). Since the function has not been released yet, it would be better to don't expose it via public API at all. ### Does this PR introduce _any_ user-facing change? Should not since the `make_interval` function has not been released yet. ### How was this patch tested? By existing test suites, and GA/jenkins builds. -- 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]
