-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
1.2.4.1
Hot fix version for 1.2.4.
Bug Fixs
- Fix bug that
DELETE FROMstmt can not be executed if column name inWHEREclause is upper case([Bug](delete) fix the delete ignore char case #18991) - Fix bug that using
CAST to timemay cause BE crash ([branch-1.2](cherry-pick) using typeindex to create column instead of type name because type name is not stable #19004)
1.2.4
Behavior Changed
-
For
DateV2/DatetimeV2type, in the results ofDESCRIBLEandSHOW CREATE TABLEstatements, they will no longer be displayed asDateV2/DatetimeV2, but directly displayed asDate/Datetime.- This change is for compatibility with some BI tools. If you want to see the actual type of the column, you can check it with the
DESCRIBE ALLstatement.
- This change is for compatibility with some BI tools. If you want to see the actual type of the column, you can check it with the
-
When querying tables in the
information_schemadatabase, the meta information(database, table, column, etc.) in the external catalog is no longer returned by default.- This change avoids the problem that the
information_schemadatabase cannot be queried due to the connection problem of some external catalog, so as to solve the problem of using some BI tools with Doris. It can be controlled by the FE configurationinfodb_support_ext_catalog, and the default value isfalse, that is, the meta information of external catalog will not be returned.
- This change avoids the problem that the
Improvement
-
Supports connecting to Trino/Presto via JDBC Catalog
-
JDBC Catalog connects to Clickhouse data source and supports Array type mapping
-
Spark Load supports Resource Manager HA related configuration
Bug Fixes
- Fixed several connectivity issues with Hive Catalog.
- Fixed ClassNotFound issues with Hudi Catalog.
- Optimize the connection pool of JDBC Catalog to avoid too many connections.
- Fix the problem that OOM will occur when importing data from another Doris cluster through JDBC Catalog.
- Fixed serveral queries and imports planning issues.
- Fixed several issues with Unique Key Merge-On-Write data model.
- Fix several BDBJE issues and solve the problem of abnormal FE metadata in some cases.
- Fix the problem that the
CREATE VIEWstatement does not support Table Valued Function. - Fixed several memory statistics issues.
- Fixed several issues reading Parquet/ORC format.
- Fixed several issues with DecimalV3.
- Fixed several issues with SHOW QUERY/LOAD PROFILE.
Big Thanks
Thanks all who contribute to this release:
@zy-kkk
@zhannngchen
@zhangstar333
@yixiutt
@yiguolei
@xinyiZzz
@xiaokang
@wsjz
@wangbo
@starocean999
@sohardforaname
@siriume
@pingchunzhang
@nextdreamblue
@mymeiyi
@mrhhsg
@morrySnow
@morningman
@luwei16
@luozenglin
@liujinhui1994
@liaoxin01
@kaka11chen
@jeffreys-cat
@jacktengg
@gavinchou
@dutyu
@dataroaring
@chenlinzhong
@caoliang-web
@cambyzju
@adonis0147
@Yulei-Yang
@Yukang-Lian
@swjtu-zhanglei
@Kikyou1997
@Jibing-Li
@JackDrogon
@HappenLee
@GoGoWen
@Gabriel39
@Doris-Extras
@CalvinKirs
@Cai-Yao
@ByteYue
@BiteTheDDDDt
@BePPPower