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

Minor: update sqllogictest to treat Utf8View as text #12033

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 16, 2024

Which issue does this PR close?

Part of #11752

Rationale for this change

Utf8View is a text column type and we should treat it as such in sqlogictests

What changes are included in this PR?

Update sqllogictest to treat Utf8View like text

This is a small piece of #11862 from @XiangpengHao that can be merged separately

Are these changes tested?

Yes, only test in the harness

Are there any user-facing changes?

No, this is a developer tool

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Aug 16, 2024
@@ -424,7 +424,7 @@ select arrow_cast([1, 2, 3], 'FixedSizeList(3, Int64)');
[1, 2, 3]

# Tests for Utf8View
query ?T
query TT
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the change from ? --> T is the point of the PR

Copy link
Member

@jonahgao jonahgao left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@jonahgao jonahgao merged commit 67cf1d6 into apache:main Aug 20, 2024
24 checks passed
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