[
https://issues.apache.org/jira/browse/SPARK-48067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-48067:
-----------------------------------
Labels: pull-request-available (was: )
> Fix Variant default columns for more complex default variants
> -------------------------------------------------------------
>
> Key: SPARK-48067
> URL: https://issues.apache.org/jira/browse/SPARK-48067
> Project: Spark
> Issue Type: Sub-task
> Components: Spark Core
> Affects Versions: 4.0.0
> Reporter: Richard Chen
> Priority: Major
> Labels: pull-request-available
>
> Default columns are stored as structfield metadata (string -> string) map.
> This means the literal values are stored as strings.
> However, the string representation of a variant is the JSONified string.
> Thus, we need to wrap the string with `parse_json` to correctly use the
> default values
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]