Re: [PR] feat: array_length for fixed size list [datafusion]

2025-05-25 Thread via GitHub
alamb merged PR #16167: URL: https://github.com/apache/datafusion/pull/16167 -- 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. To unsubscribe, e-mail: github-unsubscr...@datafusi

Re: [PR] feat: array_length for fixed size list [datafusion]

2025-05-25 Thread via GitHub
alamb commented on code in PR #16167: URL: https://github.com/apache/datafusion/pull/16167#discussion_r2106168938 ## datafusion/functions-nested/src/length.rs: ## @@ -128,26 +148,20 @@ pub fn array_length_inner(args: &[ArrayRef]) -> Result { match &args[0].data_type() {

Re: [PR] feat: array_length for fixed size list [datafusion]

2025-05-25 Thread via GitHub
alamb commented on PR #16167: URL: https://github.com/apache/datafusion/pull/16167#issuecomment-2907765509 Thanks again @chenkovsky -- 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 c

Re: [PR] feat: array_length for fixed size list [datafusion]

2025-05-24 Thread via GitHub
chenkovsky commented on code in PR #16167: URL: https://github.com/apache/datafusion/pull/16167#discussion_r2105801259 ## datafusion/functions-nested/src/length.rs: ## @@ -128,26 +148,20 @@ pub fn array_length_inner(args: &[ArrayRef]) -> Result { match &args[0].data_type()

Re: [PR] feat: array_length for fixed size list [datafusion]

2025-05-24 Thread via GitHub
alamb commented on code in PR #16167: URL: https://github.com/apache/datafusion/pull/16167#discussion_r2105792781 ## datafusion/functions-nested/src/length.rs: ## @@ -128,26 +148,20 @@ pub fn array_length_inner(args: &[ArrayRef]) -> Result { match &args[0].data_type() {