Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    37e4d921
    [SPARK-8784] [SQL] Add Python API for hex and unhex · 37e4d921
    Davies Liu authored
    Add Python API for hex/unhex,  also cleanup Hex/Unhex
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7223 from davies/hex and squashes the following commits:
    
    6f1249d [Davies Liu] no explicit rule to cast string into binary
    711a6ed [Davies Liu] fix test
    f9fe5a3 [Davies Liu] Merge branch 'master' of github.com:apache/spark into hex
    f032fbb [Davies Liu] Merge branch 'hex' of github.com:davies/spark into hex
    49e325f [Davies Liu] Merge branch 'master' of github.com:apache/spark into hex
    b31fc9a [Davies Liu] Update math.scala
    25156b7 [Davies Liu] address comments and fix test
    c3af78c [Davies Liu] address commments
    1a24082 [Davies Liu] Add Python API for hex and unhex
    37e4d921
    History
    [SPARK-8784] [SQL] Add Python API for hex and unhex
    Davies Liu authored
    Add Python API for hex/unhex,  also cleanup Hex/Unhex
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #7223 from davies/hex and squashes the following commits:
    
    6f1249d [Davies Liu] no explicit rule to cast string into binary
    711a6ed [Davies Liu] fix test
    f9fe5a3 [Davies Liu] Merge branch 'master' of github.com:apache/spark into hex
    f032fbb [Davies Liu] Merge branch 'hex' of github.com:davies/spark into hex
    49e325f [Davies Liu] Merge branch 'master' of github.com:apache/spark into hex
    b31fc9a [Davies Liu] Update math.scala
    25156b7 [Davies Liu] address comments and fix test
    c3af78c [Davies Liu] address commments
    1a24082 [Davies Liu] Add Python API for hex and unhex