What is the problem the feature request solves?
As was mentioned in #1923 (comment)
there is a code in https://github.com/apache/datafusion-comet/blob/main/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala#L865 that handles only primitive types and NULLs for nested types.
It is needed to add support on Literal for nested types
Describe the potential solution
No response
Additional context
No response