Skip to content
Snippets Groups Projects
  • HuJiayin's avatar
    00cd92f3
    [SPARK-8269] [SQL] string function: initcap · 00cd92f3
    HuJiayin authored
    This PR is based on #7208 , thanks to HuJiayin
    
    Closes #7208
    
    Author: HuJiayin <jiayin.hu@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7850 from davies/initcap and squashes the following commits:
    
    54472e9 [Davies Liu] fix python test
    17ffe51 [Davies Liu] Merge branch 'master' of github.com:apache/spark into initcap
    ca46390 [Davies Liu] Merge branch 'master' of github.com:apache/spark into initcap
    3a906e4 [Davies Liu] implement title case in UTF8String
    8b2506a [HuJiayin] Update functions.py
    2cd43e5 [HuJiayin] fix python style check
    b616c0e [HuJiayin] add python api
    1f5a0ef [HuJiayin] add codegen
    7e0c604 [HuJiayin] Merge branch 'master' of https://github.com/apache/spark into initcap
    6a0b958 [HuJiayin] add column
    c79482d [HuJiayin] support soundex
    7ce416b [HuJiayin] support initcap rebase code
    00cd92f3
    History
    [SPARK-8269] [SQL] string function: initcap
    HuJiayin authored
    This PR is based on #7208 , thanks to HuJiayin
    
    Closes #7208
    
    Author: HuJiayin <jiayin.hu@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7850 from davies/initcap and squashes the following commits:
    
    54472e9 [Davies Liu] fix python test
    17ffe51 [Davies Liu] Merge branch 'master' of github.com:apache/spark into initcap
    ca46390 [Davies Liu] Merge branch 'master' of github.com:apache/spark into initcap
    3a906e4 [Davies Liu] implement title case in UTF8String
    8b2506a [HuJiayin] Update functions.py
    2cd43e5 [HuJiayin] fix python style check
    b616c0e [HuJiayin] add python api
    1f5a0ef [HuJiayin] add codegen
    7e0c604 [HuJiayin] Merge branch 'master' of https://github.com/apache/spark into initcap
    6a0b958 [HuJiayin] add column
    c79482d [HuJiayin] support soundex
    7ce416b [HuJiayin] support initcap rebase code
functions.py 36.52 KiB