You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to our community developers and users for their contributions. Doris version 2.0.12 will bring 99 improvements and bug fixes.
You can access the full list through the GitHub link , with the key features and improvements highlighted below.
1 Behavior change
No longer set the default table comment to the table type. Instead, set it to be empty by default, for example, change COMMENT 'OLAP' to COMMENT ''. This new behavior is more friendly for BI software that relies on table comments.
Previous Release Note 2.0.11
Thanks to our community developers and users for their contributions. Doris version 2.0.12 will bring 99 improvements and bug fixes.
You can access the full list through the GitHub link , with the key features and improvements highlighted below.
1 Behavior change
COMMENT 'OLAP'
toCOMMENT ''
. This new behavior is more friendly for BI software that relies on table comments.@@autocommit
variable fromBOOLEAN
toBIGINT
to prevent errors from certain MySQL clients (such as .NET MySQL.Data).2 New features
N/A
3 Improvement and optimizations
Remove the
disable_nested_complex_type
parameter and allow the creation of nestedARRAY
,MAP
, andSTRUCT
types by default.The HMS catalog supports the SHOW CREATE DATABASE command.
Add more inverted index metrics to the query profile.
Cross-Cluster Replication (CCR) supports inverted indices.
Big Thanks
Thanks all who contribute to this release:
@airborne12
@amorynan
@BiteTheDDDDt
@cambyzju
@caoliang-web
@dataroaring
@eldenmoon
@feiniaofeiafei
@felixwluo
@gavinchou
@HappenLee
@hello-stephen
@jacktengg
@Jibing-Li
@Johnnyssc
@liaoxin01
@LiBinfeng-01
@luwei16
@mongo360
@morningman
@morrySnow
@mrhhsg
@Mryange
@mymeiyi
@qidaye
@qzsee
@starocean999
@w41ter
@wangbo
@wsjz
@wuwenchi
@xiaokang
@XuPengfei-1020
@xy720
@yongjinhou
@yujun777
@Yukang-Lian
@Yulei-Yang
@zclllyybb
@zddr
@zhannngchen
@zhiqiang-hhhh
@zy-kkk
@zzzxl1993
The text was updated successfully, but these errors were encountered: