Skip to content

Minor: update sqllogictest to treat Utf8View as text - #12033

Merged
jonahgao merged 2 commits into
apache:mainfrom
alamb:alamb/normalize_sqllogictest
Aug 20, 2024
Merged

Minor: update sqllogictest to treat Utf8View as text#12033
jonahgao merged 2 commits into
apache:mainfrom
alamb:alamb/normalize_sqllogictest

Conversation

@alamb

Copy link
Copy Markdown
Contributor

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-actionsgithub-actionsBot added the sqllogictest SQL Logic Tests (.slt) label Aug 16, 2024

# Tests for Utf8View
query ?T
query TT

Copy link
Copy Markdown
ContributorAuthor

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

@jonahgaojonahgao left a comment

Copy link
Copy Markdown
Member

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:mainAug 20, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@alamb@jonahgao