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

Added support for STRRIGHT alias in Doris (#31508) #33393

Merged
merged 6 commits into from
Oct 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed test for STRRIGHT
danigiri committed Oct 24, 2024
commit 76b9007633ac4a154c52d196087a2e931037f442
Original file line number Diff line number Diff line change
@@ -4249,9 +4249,9 @@
</select>
<select sql-case-id="select_strright" db-types="MySQL, Doris">
<projections start-index="7" stop-index="30">
<expression-projection start-index="7" stop-index="30" text="STRRIGHT('foobarbar', 4)">
<expression-projection start-index="7" stop-index="30" text="STRRIGHT('foobar', 4)">
<expr>
<function function-name="STRRIGHT" text="STRRIGHT('foobarbar', 4)" start-index="7" stop-index="30">
<function function-name="STRRIGHT" text="STRRIGHT('foobar', 4)" start-index="7" stop-index="30">
<parameter>
<literal-expression value="foobarbar" start-index="16" stop-index="26" />
</parameter>