Skip to content
  • HuJiayin's avatar
    4d5a6e7b
    [SPARK-8271][SQL]string function: soundex · 4d5a6e7b
    HuJiayin authored
    This PR brings SQL function soundex(), see https://issues.apache.org/jira/browse/HIVE-9738
    
    It's based on #7115 , thanks to HuJiayin
    
    Author: HuJiayin <jiayin.hu@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7812 from davies/soundex and squashes the following commits:
    
    fa75941 [Davies Liu] Merge branch 'master' of github.com:apache/spark into soundex
    a4bd6d8 [Davies Liu] fix soundex
    2538908 [HuJiayin] add codegen soundex
    d15d329 [HuJiayin] add back ut
    ded1a14 [HuJiayin] Merge branch 'master' of https://github.com/apache/spark
    e2dec2c [HuJiayin] support soundex rebase code
    4d5a6e7b
    [SPARK-8271][SQL]string function: soundex
    HuJiayin authored
    This PR brings SQL function soundex(), see https://issues.apache.org/jira/browse/HIVE-9738
    
    It's based on #7115 , thanks to HuJiayin
    
    Author: HuJiayin <jiayin.hu@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7812 from davies/soundex and squashes the following commits:
    
    fa75941 [Davies Liu] Merge branch 'master' of github.com:apache/spark into soundex
    a4bd6d8 [Davies Liu] fix soundex
    2538908 [HuJiayin] add codegen soundex
    d15d329 [HuJiayin] add back ut
    ded1a14 [HuJiayin] Merge branch 'master' of https://github.com/apache/spark
    e2dec2c [HuJiayin] support soundex rebase code
Loading