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
The minimum value of the system's reserved memory, also known as the low water mark, has been adjusted to min(6.4G, MemTotal * 5%) to better prevent BE OOM (Out-Of-Memory) issues.
The processing logic for multiple statements in a single request has been modified. When the client does not set the CLIENT_MULTI_STATEMENTS flag, only the result of the last statement will be returned instead of all statements.
A session variable use_max_length_of_varchar_in_ctas has been added to control the behavior of varchar and char type length generation during CTAS (Create Table As Select). The default value is true. When set to false, the derived varchar length is used instead of the maximum length. ([opt](ctas) add a variable to control varchar length in ctas (#37069) #37284)
Transparent rewrite utilizes partitioned materialized views. If some partitions of the partitioned materialized view fail, the default behavior is to union all the base tables with the materialized view to ensure the correctness of query data. ([opt](mtmv) Set query rewrite by materialized view default enable #35897)
Added compatibility with Presto's complex type output format ([feature](serde) support presto compatible output format (#37039) #37253)
You can control the output format of complex types to be consistent with Presto by setting set serde_dialect="presto". This is useful for smoothly migrating Presto business operations.
Fixed an issue with FE metadata replay errors during upgrades from older versions to newer versions when the Hive metastore event listener is enabled ([fix](fe) fix several blocking bugs #37756 #37757)
Behavior changes
New features
Lakehouse
You can control the output format of complex types to be consistent with Presto by setting set serde_dialect="presto". This is useful for smoothly migrating Presto business operations.
Multi Table Materialized View
Support for using non-deterministic functions in building materialized views: [feature](mtmv) pick some mtmv pr from master #37651
Support for atomically replacing the definition of asynchronous materialized views: [enhance](mtmv)support replace materialized view (#36749) #37147
Support for viewing the creation statement of asynchronous materialized views via show create materialized view: [enhance](mtmv)show create materialized view (#36188) #37125
Support for transparent rewriting of multi-dimensional aggregation queries: [feat](mtmv) Support grouping_sets rewrite when query rewrite by materialized view (#36056) #37436
Support for transparent rewriting of aggregation queries using non-aggregate materialized views: [feature](mtmv) Support query rewrite by materialized view when query is aggregate and materialized view has no aggregate (#36278) #37497
Support for transparent rewriting of DISTINCT aggregations in queries using key columns: [feature](mtmv) pick some mtmv pr from master #37651
Support for partitioning materialized views to roll up partitions using date_trunc
[enhance](mtmv)Mtmv rollup #31812
[improvement](mtmv) Materialized view partition track supports date_trunc and optimize the fail reason #35562
Support for partition TVF (Table-Valued Functions): [enhance](mtmv)support partition tvf #36479
Semi-Structured Data Management
Query optimizer
Memory Management
Permissions
Improvements
Lakehouse
clang
#37512)By default, the connection encryption settings are not intervened. Only when force_sqlserver_jdbc_encrypt_false is set to true, encrypt=false is forcibly added to the JDBC URL to reduce authentication errors. This allows for more flexible control over encryption behavior, enabling it to be turned on or off as needed.
Changed the default cache time for Hive table lists on the FE from 1 day to 4 hours
Data export (Export/Outfile) now supports specifying compression formats for Parquet and ORC
AbstractMethodError
ingetColumnValue
Method and Suggest Updating to ojdbc8+ #37634)Multi Table Materialized View
Semi-Structured Data Management
max_fetch_remote_schema_tablet_count
to limit tablets size for remote schema fetch #37217Inverted Index
Optimize the overhead of the inverted index query process: [opt](inverted index) reduce generation of the rowid_result if not necessary #35357
Query optimizer
Query Execution
Data Loading
Bug fixes
Lakehouse
count
for 2.1 (#37046) (#34928) #37810)Multi Table Materialized View
[opt](nereids)using mv's derived stats #35721
[fix](mtmv) Mapping materialization statistics's expressionToColumnStats to mv scan plan based #36058
Semi-Structured Data Management
Inverted Index
Query optimizer
Query Execution
Storage Management
Data Loading
Merge on Write Unique Key
Permissions
Others
Code of Conduct
The text was updated successfully, but these errors were encountered: