Dear community, Apache Doris 2.1.2 has been officially released on April 12, 2024. This version submits several enhancements and bug fixes to further improve the performance and stability.
Quick Download: https://doris.apache.org/download/
GitHub Release: https://github.com/apache/doris/releases
data_consistence property of EXPORT to partition to make export more stable during load.Some of MySQL Connector (eg, dotnet MySQL.Data) rely on variable's column type to make connection.
eg, select @@autocommit should with column type BIGINT, not BIT, otherwise it will throw error. So we change column type of @@autocommit to BIGINT.
LOCAL to allow access file system like shared storage.LEAD/LAG function could use 0 as offset.ARRAY/MAP/STRUCT compaction process.unix_timestamp core for string input in auto partition.