datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

Simplify Array related functions

Open kazuyukitanimura opened this issue 10 months ago • 1 comments

Array related functions are creating proto definitions, but we should be able to use generic https://github.com/apache/datafusion-comet/blob/main/spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala#L2116 scalarExprToProtoWithReturnType or scalarExprToProto

Example https://github.com/apache/datafusion-comet/pull/1321#discussion_r1972211143

kazuyukitanimura avatar Feb 27 '25 23:02 kazuyukitanimura

I can fix all the already implemented array related functions within the scope of this issue. @kazuyukitanimura

kazantsev-maksim avatar Mar 06 '25 10:03 kazantsev-maksim