Apache Doris 1.2.4 Release officially released|Version Notice

Dear community friends, we are pleased to announce that Apache Doris will officially release version 1.2.4 Release on April 27, 2023 ! In version 1.2.4, the Doris team has fixed nearly 150 bugs or performance improvements since the 1.2.3 release. At the same time, version 1.2.4 is also an iterative version of 1.2.3, which has higher stability. It is recommended that all users upgrade to this version.

GitHub download : https://github.com/apache/doris/releases/tag/1.2.4.1-rc01

Official website download page: https://doris.apache.org/zh-CN/download

upgrade note

  • For the Date/DatetimeV2 type, in the result of the DESCRIBLEAND SHOW CREATE TABLEstatement, it will no longer be displayed as Date/DatetimeV2, but directly displayed as Date/Datetime. (This change is for compatibility with some BI systems. If you want to check the actual type of the column, you can DESCRIBE ALLcheck it with a statement.)
  • When querying information_schematables in the library, the meta information in the External Catalog is no longer returned by default. (This change avoids information_schemathe problem that the library cannot be checked due to the connection problem of the External Catalog, thereby solving the problem that some BI systems work with Doris. It can be infodb_support_ext_catalogcontrolled by the configuration item of FE. The default is that falsethe meta in the External Catalog is not returned information.)

Optimization and improvement

JDBC Catalog

Spark Load

bug fix

  • Fixed several connectivity issues with Hive Catalog.
  • Fix several issues with Hudi Catalog.
  • Fix the problem that the Kerberos ticket expires and the data on HDFS is queried, and the result is empty.
  • 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 planning issues for several queries and imports.
  • Fixed several issues with Unique Key Merge-On-Write tables.
  • Fix several BDBJE issues and solve the problem of FE metadata exception in some cases.
  • Fix the problem that the CREATE VIEW statement does not support Table Valued Function.
  • Fixed several memory statistics issues.
  • Fixed several issues reading Parquet/ORC tables.
  • Fixed several issues with DecimalV3.
  • SHOW QUERY/LOAD PROFILESeveral issues fixed .

thank you

The release of Apache Doris version 1.2.4 is inseparable from the support of all community users. I would like to express my gratitude to all 47 contributors in the community who participated in version design, development, testing, and discussion. Click here to view the complete list .

{{o.name}}
{{m.name}}

Guess you like

Origin my.oschina.net/u/5735652/blog/8695936