Re: [PR] feat: add expression array_size [datafusion-comet]

2025-06-10 Thread via GitHub
andygrove commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2960629920 I am closing this PR since it is no longer active. Feel free to re-open if needed. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-06-10 Thread via GitHub
andygrove closed pull request #1122: feat: add expression array_size URL: https://github.com/apache/datafusion-comet/pull/1122 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-02-10 Thread via GitHub
Groennbeck commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2647707391 > Hi @Groennbeck are you still planning on update this PR? Hey! sorry has been busy. I can have a look this week. -- This is an automated message from the Apache Git

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-01-29 Thread via GitHub
parthchandra commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1934793909 ## native/spark-expr/src/list.rs: ## @@ -708,6 +708,92 @@ impl PartialEq for ArrayInsert { } } +#[derive(Debug, Hash)] +pub struct ArraySize { +

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-01-20 Thread via GitHub
andygrove commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2602875156 Hi @Groennbeck are you still planning on update this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-01-06 Thread via GitHub
Groennbeck commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2572887702 > @Groennbeck DataFusion 44.0.0 is now released Nice! will update this later today. -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] feat: add expression array_size [datafusion-comet]

2025-01-01 Thread via GitHub
andygrove commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2567147992 @Groennbeck DataFusion 44.0.0 is now released -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-12-03 Thread via GitHub
andygrove commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2515697081 > [apache/datafusion#13600](https://github.com/apache/datafusion/pull/13600) > > Have to wait for this to get into the next version Thanks @Groennbeck. The next Da

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-29 Thread via GitHub
Groennbeck commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2508022496 https://github.com/apache/datafusion/pull/13600 Have to wait for this to get into the next version -- This is an automated message from the Apache Git Service. To res

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-28 Thread via GitHub
Kimahriman commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1862531038 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2220,6 +2220,16 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerd

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-27 Thread via GitHub
viirya commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2503539560 Note that DataFusion `array_length`'s return type is `UInt64` but Spark's `array_size` is Int32. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-27 Thread via GitHub
Groennbeck commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2503365932 > Why not to use an `array_length` from [the Datafusion](https://datafusion.apache.org/user-guide/expressions.html#array-expressions) instead? > > ``` > array_lengt

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-27 Thread via GitHub
SemyonSinchenko commented on PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#issuecomment-2503288806 Why not to use an `array_length` from [the Datafusion](https://datafusion.apache.org/user-guide/expressions.html#array-expressions) instead? ``` array_length(array

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859195781 ## native/spark-expr/src/list.rs: ## @@ -708,6 +708,91 @@ impl PartialEq for ArrayInsert { } } +#[derive(Debug, Hash)] +pub struct ArraySize { +src_

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859195781 ## native/spark-expr/src/list.rs: ## @@ -708,6 +708,91 @@ impl PartialEq for ArrayInsert { } } +#[derive(Debug, Hash)] +pub struct ArraySize { +src_

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859195279 ## native/spark-expr/src/list.rs: ## @@ -708,6 +708,91 @@ impl PartialEq for ArrayInsert { } } +#[derive(Debug, Hash)] +pub struct ArraySize { +src_

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
Groennbeck commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859192663 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2220,6 +2220,16 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerd

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859163165 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2220,6 +2220,16 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde wi

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859161981 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2220,6 +2220,16 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde wi

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859160709 ## native/spark-expr/src/list.rs: ## @@ -708,6 +708,92 @@ impl PartialEq for ArrayInsert { } } +#[derive(Debug, Hash)] +pub struct ArraySize { +src_

Re: [PR] feat: add expression array_size [datafusion-comet]

2024-11-26 Thread via GitHub
viirya commented on code in PR #1122: URL: https://github.com/apache/datafusion-comet/pull/1122#discussion_r1859157757 ## native/proto/src/proto/expr.proto: ## @@ -84,6 +84,7 @@ message Expr { GetArrayStructFields get_array_struct_fields = 57; BinaryExpr array_append =