This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


    from 97dd7bc2d skip test (#2966)
     add a122a143a feat: Initial implementation of size for array inputs (#2862)

No new revisions were added by this update.

Summary of changes:
 docs/source/user-guide/latest/configs.md           |   1 +
 native/spark-expr/src/array_funcs/mod.rs           |   2 +
 native/spark-expr/src/array_funcs/size.rs          | 419 +++++++++++++++++++++
 native/spark-expr/src/comet_scalar_funcs.rs        |   3 +-
 .../org/apache/comet/serde/QueryPlanSerde.scala    |   3 +-
 .../main/scala/org/apache/comet/serde/arrays.scala |  27 +-
 .../apache/comet/CometArrayExpressionSuite.scala   |  42 +++
 .../org/apache/comet/CometMapExpressionSuite.scala |  32 ++
 8 files changed, 526 insertions(+), 3 deletions(-)
 create mode 100644 native/spark-expr/src/array_funcs/size.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to