Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2025-01-18 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2025-01-06 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-12-18 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-12-18 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-12-05 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-12-03 Thread via GitHub
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

Re: [I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-11-28 Thread via GitHub
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

[I] [EPIC] Add support for all array expressions [datafusion-comet]

2024-10-30 Thread via GitHub
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