This is an automated email from the ASF dual-hosted git repository.
andygrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from 64b5ac3142 refactor: Move most of `comet-common` module into
`comet-spark` (#4325)
add 0ca37e1b2c feat: add support for `posexplode` and `posexplode_outer`
(#4270)
No new revisions were added by this update.
Summary of changes:
docs/source/user-guide/latest/operators.md | 2 +-
.../user-guide/latest/understanding-comet-plans.md | 30 ++--
.../src/execution/expressions/list_positions.rs | 140 +++++++++++++++++++
native/core/src/execution/expressions/mod.rs | 1 +
native/core/src/execution/planner.rs | 52 ++++---
native/proto/src/proto/operator.proto | 2 +
.../org/apache/spark/sql/comet/operators.scala | 6 +-
.../sql-tests/expressions/array/posexplode.sql | 100 +++++++++++++
.../apache/comet/exec/CometGenerateExecSuite.scala | 154 +++++++++++++++++++++
9 files changed, 449 insertions(+), 38 deletions(-)
create mode 100644 native/core/src/execution/expressions/list_positions.rs
create mode 100644
spark/src/test/resources/sql-tests/expressions/array/posexplode.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]