Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-22 Thread via GitHub
alamb merged PR #16071: URL: https://github.com/apache/datafusion/pull/16071 -- 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] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-22 Thread via GitHub
alamb commented on PR #16071: URL: https://github.com/apache/datafusion/pull/16071#issuecomment-2902187253 🚀 -- 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

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-21 Thread via GitHub
logan-keede commented on PR #16071: URL: https://github.com/apache/datafusion/pull/16071#issuecomment-2899131520 cc @alamb -- 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.

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-21 Thread via GitHub
logan-keede commented on PR #16071: URL: https://github.com/apache/datafusion/pull/16071#issuecomment-2898549810 There was some trouble with the approach mentioned by @gabotechs. 1. `FixedSizeList` does not support empty list. 2. You cant cast Columns if they have varying size.

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-18 Thread via GitHub
logan-keede commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094534675 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: I guess so. I am currently travelling, I will try to do that tomorrow. --

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-18 Thread via GitHub
gabotechs commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094432291 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: 👍 that's fair, I wonder if there's a way of having all these tests be execute

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
logan-keede commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094229214 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: > Very nice that this was shipped so fast, thanks! I did not do anyth

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
logan-keede commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094229214 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: > Very nice that this was shipped so fast, thanks! I did not do anyth

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
logan-keede commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094229214 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: > Very nice that this was shipped so fast, thanks! I did not do anyth

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
gabotechs commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094196073 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: Really nice to get this tested! maybe it's a bit overkill to add dedicated .s

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
gabotechs commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094196073 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: Really nice to get this tested! maybe it's a bit overkill to add dedicated .s

Re: [PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-17 Thread via GitHub
gabotechs commented on code in PR #16071: URL: https://github.com/apache/datafusion/pull/16071#discussion_r2094196073 ## datafusion/sqllogictest/test_files/fixed_size_list.slt: ## Review Comment: Really nice to get this tested! maybe it's a bit overkill to add dedicated .s

[PR] adding support for Min/Max over LargeList and FixedSizeList [datafusion]

2025-05-16 Thread via GitHub
logan-keede opened a new pull request, #16071: URL: https://github.com/apache/datafusion/pull/16071 ## Which issue does this PR close? - Closes #16032 . ## Rationale for this change Using #16025 as reference, adding support and relevant tests for `LargeList` and `Fix