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

Release Note 1.1.5 #15032

Open
yiguolei opened this issue Dec 13, 2022 · 0 comments
Open

Release Note 1.1.5 #15032

yiguolei opened this issue Dec 13, 2022 · 0 comments

Comments

@yiguolei
Copy link
Contributor

yiguolei commented Dec 13, 2022

v1.1.4 Release Note

Upgrade Notes

In this release, Doris Team has fixed about 36 issues or performance improvement since 1.1.4. This release is a bugfix release on 1.1 and all users are encouraged to upgrade to this release.

Behavior Changes

  • When alias name is same as the original column name like "select year(birthday) as birthday" and use it in group by, order by , having clause, doris's behavior is different from MySQL in the past. In this release, we make it follow MySQL's behavior. Group by and having clause will use original column at first and order by will use alias first. It maybe a litter confuse here so there is a simple advice here, you'd better not use an alias the same as original column name.

Features

Improvements

Bug Fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant