-
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 support for utf8view to nvl function #13382
Conversation
02)--TableScan: test projection=[column1_utf8view] | ||
|
||
## Ensure no casts for nullif | ||
query error DataFusion error: SQL error: ParserError\("Expected: an SQL statement, found: logical_plan"\) |
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.
I recheck this and found this is error, why is that?
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.
Looks like a merge error, fixing.
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.
That was probably my bad -- sorry
Which issue does this PR close?
Closes #13381
Rationale for this change
Completing support for StringView in udfs
What changes are included in this PR?
Code, tests
Are these changes tested?
Yes
Are there any user-facing changes?
No