Skip to content
Snippets Groups Projects
  • zhichao.li's avatar
    c5166f7a
    [SPARK-8263] [SQL] substr/substring should also support binary type · c5166f7a
    zhichao.li authored
    This is based on #7641, thanks to zhichao-li
    
    Closes #7641
    
    Author: zhichao.li <zhichao.li@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7848 from davies/substr and squashes the following commits:
    
    461b709 [Davies Liu] remove bytearry from tests
    b45377a [Davies Liu] Merge branch 'master' of github.com:apache/spark into substr
    01d795e [zhichao.li] scala style
    99aa130 [zhichao.li] add substring to dataframe
    4f68bfe [zhichao.li] add binary type support for substring
    c5166f7a
    History
    [SPARK-8263] [SQL] substr/substring should also support binary type
    zhichao.li authored
    This is based on #7641, thanks to zhichao-li
    
    Closes #7641
    
    Author: zhichao.li <zhichao.li@intel.com>
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7848 from davies/substr and squashes the following commits:
    
    461b709 [Davies Liu] remove bytearry from tests
    b45377a [Davies Liu] Merge branch 'master' of github.com:apache/spark into substr
    01d795e [zhichao.li] scala style
    99aa130 [zhichao.li] add substring to dataframe
    4f68bfe [zhichao.li] add binary type support for substring
functions.py 36.15 KiB