[
https://issues.apache.org/jira/browse/SPARK-52448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SPARK-52448:
-----------------------------------
Labels: pull-request-available (was: )
> Add simplified Struct Expression.Literal
> ----------------------------------------
>
> Key: SPARK-52448
> URL: https://issues.apache.org/jira/browse/SPARK-52448
> Project: Spark
> Issue Type: Task
> Components: Connect, SQL
> Affects Versions: 4.1.0
> Reporter: Herman van Hövell
> Priority: Major
> Labels: pull-request-available
>
> The current Expression.Struct literal is somewhat overcomplicated since it
> duplicates most of the information its fields already have. This is bulky to
> send over the wire, and it can be ambiguous.
>
> {{message SimpleStruct {}}
> {{ repeated StructField fields = 1;}}
> {{}}}
>
> {{message StructField {}}
> {{ string name = 1;}}
> {{ Literal value = 2;}}
> {{ optional boolean nullable = 3;}}
> {{ optional string metadata = 4;}}
> {{}}}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]