Skip to content
Snippets Groups Projects
Commit 74a6541a authored by Davies Liu's avatar Davies Liu Committed by Davies Liu
Browse files

[SPARK-4561] [PYSPARK] [SQL] turn Row into dict recursively

Add an option `recursive` to `Row.asDict()`, when True (default is False), it will convert the nested Row into dict.

Author: Davies Liu <davies@databricks.com>

Closes #8006 from davies/as_dict and squashes the following commits:

922cc5a [Davies Liu] turn Row into dict recursively
parent 106c0789
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment