kazantsev-maksim commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2599787008
I would like to work on array_except followed up by array_compact.
@andygrove
--
This is an automated message from the Apache Git Service.
To respond to the
dharanad commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2573945137
Many array functions in DataFusion currently have limited visibility. I have
a pull request that addresses this issue
https://github.com/apache/datafusion/pull/14030
We
dharanad commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2552202948
> @andygrove
>
> ```
> select array(1, 2, 3) ;
> 24/12/19 00:13:47 WARN CometSparkSessionExtensions$CometExecRule: Comet
cannot execute some parts of this pla
jatin510 commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2552035359
@andygrove
```
select array(1, 2, 3) ;
24/12/19 00:13:47 WARN CometSparkSessionExtensions$CometExecRule: Comet
cannot execute some parts of this plan nativel
jatin510 commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2520587583
I would like to work on `array_remove` followed up by `array_repeat` and
`array_size`.
@andygrove
--
This is an automated message from the Apache Git Service.
To res
dharanad commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2516237692
I would like to work on `array_contains ` followed up by `array_min` &
`array_max`
--
This is an automated message from the Apache Git Service.
To respond to the message
SemyonSinchenko commented on issue #1042:
URL:
https://github.com/apache/datafusion-comet/issues/1042#issuecomment-2506696139
I would like to work on `array_zip`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
andygrove opened a new issue, #1042:
URL: https://github.com/apache/datafusion-comet/issues/1042
### What is the problem the feature request solves?
We would like to support all array operations natively in Comet.
- [ ] array: SELECT array(1, 2, 3)
- [ ] array_agg: SELECT arr