-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Utf8View to TypeCategory::Unknown
#13350
Add Utf8View to TypeCategory::Unknown
#13350
Conversation
DataType::Utf8 | ||
| DataType::LargeUtf8 | ||
| DataType::Utf8View | ||
| DataType::Null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding Utf8View LGTM
but the comment above "String literal is possible to cast to many other types like numeric or datetime," is worrisome. I don't think it's true.
Would it make sense to update that comment?
Signed-off-by: jayzhan211 <[email protected]>
Signed-off-by: jayzhan211 <[email protected]>
Signed-off-by: Jay Zhan <[email protected]>
1d7f487
to
2ae09b3
Compare
@Omega359 ptal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @jayzhan211
Which issue does this PR close?
Closes #13347 #13358 .
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?