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

refine: substr error #7339

Merged
merged 5 commits into from
Aug 21, 2023
Merged

refine: substr error #7339

merged 5 commits into from
Aug 21, 2023

Conversation

Weijun-H
Copy link
Member

Which issue does this PR close?

Closes #7326

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@Weijun-H Weijun-H changed the title refine: substr error refine: substr error Aug 19, 2023
@github-actions github-actions bot added logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt) labels Aug 19, 2023
@Weijun-H Weijun-H changed the title refine: substr error refine: substr error Aug 19, 2023
DataType::Utf8 => $utf8Type,
DataType::Null => DataType::Null,
_ => {
// this error is internal as `data_types` should have captured this.
Copy link
Contributor

Choose a reason for hiding this comment

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

this comment appears to be out of date. However, the code is good so I think we can merge this PR in as is. Thank you @Weijun-H

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong error for substr function
3 participants