Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    ec5c4279
    [SPARK-4866] support StructType as key in MapType · ec5c4279
    Davies Liu authored
    This PR brings support of using StructType(and other hashable types) as key in MapType.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3714 from davies/fix_struct_in_map and squashes the following commits:
    
    68585d7 [Davies Liu] fix primitive types in MapType
    9601534 [Davies Liu] support StructType as key in MapType
    ec5c4279
    History
    [SPARK-4866] support StructType as key in MapType
    Davies Liu authored
    This PR brings support of using StructType(and other hashable types) as key in MapType.
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3714 from davies/fix_struct_in_map and squashes the following commits:
    
    68585d7 [Davies Liu] fix primitive types in MapType
    9601534 [Davies Liu] support StructType as key in MapType
tests.py 70.31 KiB