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
For DateV2/DatetimeV2 type, in the results of DESCRIBLE and SHOW CREATE TABLE statements, they will no longer be displayed as DateV2/DatetimeV2, but directly displayed as Date/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 ALL statement.
When querying tables in the information_schema database, 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_schema database 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 configuration infodb_support_ext_catalog, and the default value is false, that is, the meta information of external catalog will not be returned.
Improvement
Supports connecting to Trino/Presto via JDBC Catalog
Release Note 1.2.3
1.2.4.1
Hot fix version for 1.2.4.
Bug Fixs
DELETE FROM
stmt can not be executed if column name inWHERE
clause is upper case([Bug](delete) fix the delete ignore char case #18991)CAST to time
may 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
/DatetimeV2
type, in the results ofDESCRIBLE
andSHOW CREATE TABLE
statements, they will no longer be displayed asDateV2
/DatetimeV2
, but directly displayed asDate
/Datetime
.DESCRIBE ALL
statement.When querying tables in the
information_schema
database, the meta information(database, table, column, etc.) in the external catalog is no longer returned by default.information_schema
database 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.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
CREATE VIEW
statement does not support Table Valued Function.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
The text was updated successfully, but these errors were encountered: