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

Bug-fix: Enable StringLiteral cast to Varchar #1846

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

EmmyMiao87
Copy link
Contributor

For issue: #1842
StringLiteral could be cast to VARCHAR or CHAR.
The default value of lead and lag function could be 'String' when the column type is CHAR or VARCHAR.

@EmmyMiao87 EmmyMiao87 added kind/fix Categorizes issue or PR as related to a bug. SQL Bug labels Sep 23, 2019
@EmmyMiao87 EmmyMiao87 requested a review from imay September 23, 2019 07:00
imay
imay previously approved these changes Sep 23, 2019
For issue: apache#1842
StringLiteral could be cast to VARCHAR or CHAR.
The default value of lead and lag function could be 'String' when the column type is CHAR or VARCHAR.
Copy link
Contributor

@imay imay left a comment

Choose a reason for hiding this comment

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

LGTM

@imay imay merged commit fded13e into apache:master Sep 23, 2019
@imay imay mentioned this pull request Sep 26, 2019
SWJTU-ZhangLei pushed a commit to SWJTU-ZhangLei/incubator-doris that referenced this pull request Jul 25, 2023
After selectdb/selectdb-core#1697, `DeltaWriter::init` will be called in bthread stack, and
`DeltaWriter::init` may call `Tablet::prepare_compaction_and_calculate_permits` when there are too many rowsets in tablet, must not use thread local based `Trace` in bthread.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants