What is the problem the feature request solves?
For most expressions, Comet maps from a specific Spark class such as GetJsonObject to a Comet equivalent. However, multiple expressions are implemented using the generic StaticInvoke, so we have special handling in match statements, breaking out of the framework pattern.
I would like to improve this, but I have no specific suggestion for a design yet.
Describe the potential solution
No response
Additional context
No response
What is the problem the feature request solves?
For most expressions, Comet maps from a specific Spark class such as
GetJsonObjectto a Comet equivalent. However, multiple expressions are implemented using the genericStaticInvoke, so we have special handling in match statements, breaking out of the framework pattern.I would like to improve this, but I have no specific suggestion for a design yet.
Describe the potential solution
No response
Additional context
No response