-
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 more functions for string sqllogictests #12665
Add more functions for string sqllogictests #12665
Conversation
fc07a69
to
9a79ae9
Compare
@@ -37,6 +37,52 @@ select arrow_cast(col1, 'Dictionary(Int32, Utf8)') as c1 from test_substr_base; | |||
statement ok | |||
drop table test_source | |||
|
|||
# TODO: move it back to `string_query.slt.part` after fixing the issue |
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.
This experience moving tests has found many great bugs. Thank you @goldmedal for finding and filing them
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.
Thank you very much @goldmedal
🚀
REVERSE(unicode_1) | ||
FROM test_basic_operator; | ||
---- | ||
werdnA 🔥📊noisufatad |
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.
Werdna -- this brings back memories from my childhood when sometimes kids would refer to my name like this.
Thanks @alamb ! |
Which issue does this PR close?
Part of #12415
Rationale for this change
Finished the todo list at #12415 (comment)
What changes are included in this PR?
function.slt
tostring/string_literal.slt
.Are these changes tested?
yes
Are there any user-facing changes?
no