Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[branch-45] Fix regression list Type Coercion List with inner type struct which has large/view types (#14385) #14456

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 3, 2025

…as large/view types (apache#14385)

* Test for coercing inner structs

* Fix but, update tests

* Update tests
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Feb 3, 2025
@alamb alamb mentioned this pull request Feb 3, 2025
32 tasks
100, -- column1 int (so the case isn't constant folded)
[{ 'foo': arrow_cast('baz', 'Utf8View') }], -- column2 has List of Struct w/ Utf8View
[{ 'foo': 'bar' }], -- column3 has List of Struct w/ Utf8
[{ 'foo': 'blarg' }] -- column4 has List of Struct w/ Utf8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if this should be LargeUtf8 for completeness?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, probably.

@Lordworms is working on a follow up here:

I will add a note to that ticket

@alamb alamb merged commit 6146600 into apache:branch-45 Feb 3, 2025
25 checks passed
@alamb alamb deleted the alamb/backport_14385 branch February 3, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants