Skip to content

Sqllogictests doesn't cover cases if the column name is not expected. #6349

@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

As we port our tests to sqllogictests #4460 it is important to retain test coverage

One thing that was noticed is that sqllogictest tests doesn't cover cases if the column name is not expected.

So for example, it will show the following outputs as the same

Int8
1
2

to

a
1
2

Describe the solution you'd like

It would be nice to have some way (perhaps optionally) that verified the column names as well

Describe alternatives you've considered

No response

Additional context

@comphead brought thus up on #6329 (review)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions