[VL] Add comprehensive collect_list tests for type coverage and fallback#11526
Closed
yaooqinn wants to merge 2 commits into
Closed
[VL] Add comprehensive collect_list tests for type coverage and fallback#11526yaooqinn wants to merge 2 commits into
yaooqinn wants to merge 2 commits into
Conversation
2183c63 to
b3ca1a2
Compare
Add tests for collect_list aggregate function: - collect_list with different primitive types (Boolean, Byte, Short, Int, Long, Float, Double, Decimal, String, Date, Timestamp, Binary) - collect_list with nested complex types (Array, Struct, Map) - collect_list with large result sets (1000 elements) - collect_list global aggregation without GROUP BY - collect_list fallback for unsupported types (TimestampNTZ) with explicit verification
3ba4a6a to
fdb16cf
Compare
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Add comprehensive test coverage for
collect_listaggregate function inVeloxAggregateFunctionsSuite.New Tests:
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
Generated-by: GitHub Copilot (Claude)