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
Some operations that were not authorized before have been authorized. Currently, all operations will have corresponding authorization.([fix](auth)fix missing authentication #33347)
LOG dir config
The log dir configuration of FE and BE uses the LOG_DIR environment variable uniformly. All other logs of different types will be stored with LOG_DIR as the root directory. At the same time, in order to maintain compatibility, the previous configuration item sys_log_dir can still be used.([opt](log) refactor the log dir config #32933)
Search before asking
Description
Release Note 2.1.2
Behavior Changed
Authorization
Grant_priv
can no longer be granted arbitrarily. When performing an GRANT operation, the user must not only haveGrant_priv
, but also have the granted permissions. For example, to grant select permission to table1, the user needs to have both grant permission and select permission.([enhance](auth)when assigning permissions, the current user must have corresponding permissions #32825)Usage_priv
forWorkload Group
andResource
are no longer global-level permissions, but are limited toResource
andWorkload Group
subjects([fix](auth)unified workload and resource permission logic #32907)Some operations that were not authorized before have been authorized. Currently, all operations will have corresponding authorization.([fix](auth)fix missing authentication #33347)
LOG dir config
LOG_DIR
environment variable uniformly. All other logs of different types will be stored withLOG_DIR
as the root directory. At the same time, in order to maintain compatibility, the previous configuration itemsys_log_dir
can still be used.([opt](log) refactor the log dir config #32933)S3 Table valued function
force_parsing_by_standard_uri
parameter to ensure correct parsing. ([Enhancement](multi-catalog) RewriteS3URI
to remove tricky virtual bucket mechanism and support different uri styles by flags. #33858)Upgrade Problem
New Feature
INSERT INTO
hive table in Hive Catalog.(https://doris.apache.org/docs/lakehouse/datalake-building/hive-build)Optimization
Bugfix
The text was updated successfully, but these errors were encountered: