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 users and developers, about 112 improvements and bug fixes have been made in Doris 2.0.13 version
You can access the full list through the GitHub link , with the key features and improvements highlighted below.
1 Behavior Change
SQL input is treated as multiple statements only when the CLIENT_MULTI_STATEMENTS setting is enabled on the client side, enhancing compatibility with MySQL.
A new BE configuration allow_zero_date has been added, allowing dates with all zeros. When set to false, 0000-00-00 is parsed as NULL, and when set to true, it is parsed as 0000-01-01. The default value is false to maintain consistency with previous behavior.
Stability and usability of routine load have been improved, including load balancing, automatic recovery, exception handling, and more user-friendly error messages.
Stability and usability of the JDBC catalog have been improved, including encryption, thread pool connection count configuration, and more user-friendly error messages.
Previous Release Note 2.0.12
Thanks to our community users and developers, about 112 improvements and bug fixes have been made in Doris 2.0.13 version
You can access the full list through the GitHub link , with the key features and improvements highlighted below.
1 Behavior Change
2 New Features
allow_zero_date
has been added, allowing dates with all zeros. When set tofalse
,0000-00-00
is parsed asNULL
, and when set totrue
, it is parsed as0000-01-01
. The default value isfalse
to maintain consistency with previous behavior.nested
orobject
types to DorisJSON
types.3 Improvement and Optimizations
Queries with LIMIT end reading data earlier to reduce resource consumption and improve performance.
Special JSON data with empty keys is now supported.
Stability and usability of routine load have been improved, including load balancing, automatic recovery, exception handling, and more user-friendly error messages.
BE load balancing selection of hard disk strategy and speed optimization.
Stability and usability of the JDBC catalog have been improved, including encryption, thread pool connection count configuration, and more user-friendly error messages.
Big Thanks
Thanks all who contribute to this release:
@DarvenDuan
@Gabriel39
@Jibing-Li
@Johnnyssc
@Lchangliang
@LiBinfeng-01
@SWJTU-ZhangLei
@Thearas
@Yukang-Lian
@Yulei-Yang
@airborne12
@amorynan
@bobhan1
@cambyzju
@csun5285
@dataroaring
@deardeng
@eldenmoon
@englefly
@feiniaofeiafei
@hello-stephen
@jacktengg
@kaijchen
@liutang123
@luwei16
@morningman
@morrySnow
@mrhhsg
@mymeiyi
@platoneko
@qidaye
@sollhui
@starocean999
@w41ter
@xiaokang
@xy720
@yujun777
@zclllyybb
@zddr
@zhangstar333
@zhannngchen
@zy-kkk
@zzzxl1993
The text was updated successfully, but these errors were encountered: