Skip to content
Snippets Groups Projects
  • Davies Liu's avatar
    050616b4
    [SPARK-4578] fix asDict() with nested Row() · 050616b4
    Davies Liu authored
    The Row object is created on the fly once the field is accessed, so we should access them by getattr() in asDict(0
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3434 from davies/fix_asDict and squashes the following commits:
    
    b20f1e7 [Davies Liu] fix asDict() with nested Row()
    050616b4
    History
    [SPARK-4578] fix asDict() with nested Row()
    Davies Liu authored
    The Row object is created on the fly once the field is accessed, so we should access them by getattr() in asDict(0
    
    Author: Davies Liu <davies@databricks.com>
    
    Closes #3434 from davies/fix_asDict and squashes the following commits:
    
    b20f1e7 [Davies Liu] fix asDict() with nested Row()