[
https://issues.apache.org/jira/browse/CALCITE-5831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741546#comment-17741546
]
xiong duan commented on CALCITE-5831:
-------------------------------------
Hi, [~taoran] , To unify the commit format, How about we change the summary to
"Add SOUNDEX function(enabled in Spark library)" ?
> Add soundex for Spark dialect
> -----------------------------
>
> Key: CALCITE-5831
> URL: https://issues.apache.org/jira/browse/CALCITE-5831
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.34.0
> Reporter: Ran Tao
> Assignee: Ran Tao
> Priority: Major
>
> Hi, devs. I noticed that calcite support soundex for BIG_QUERY, MYSQL,
> POSTGRESQL, ORACLE dialect except Spark. i think we can support it.
> soundex(str) - Returns Soundex code of the string.
> *Examples:*
> > SELECT soundex('Miller');
> M460
> https://spark.apache.org/docs/latest/api/sql/index.html#soundex
--
This message was sent by Atlassian Jira
(v8.20.10#820010)