Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
startswith() and endswith() are popular in other systems:
Snowflake:
https://docs.snowflake.com/en/sql-reference/functions/startswith.html
https://docs.snowflake.com/en/sql-reference/functions/endswith.html
Cosmos DB:
https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-startswith
https://docs.microsoft.com/en-us/azure/cosmos-db/sql/sql-query-endswith
I would like to propose such functions to Spark SQL to make migration easier.
Attachments
Issue Links
- relates to
-
SPARK-37583 Support the binary type by startswith() and endswith()
- Resolved
- links to