docs/src/main/sphinx/release/release-0.153.md
task.concurrency is greater than one.INTEGER to large DECIMAL types.GROUP BY () would produce no results if the input had no rows.array_distinct when applied to the array(bigint) type.-2^63 as the element index for {func}json_array_get.TRY_CAST evaluates to null.
For types such as booleans, numbers, dates, timestamps, etc., rather than
returning null, a default value specific to the type such as
false, 0 or 1970-01-01 was returned.task.concurrency is 1.TINYINT,
SMALLINT, INTEGER, BIGINT, REAL, DOUBLE,
COLOR, DATE, INTERVAL, TIME, TIMESTAMP.%w specifier for {func}date_format and {func}date_parse.array-type when underlying data is dictionary encoded.array_sort.TRY is used with exactly one argument./sql/create-schema, {doc}/sql/drop-schema
and {doc}/sql/alter-schema.DOUBLE PRECISION as an alias for the DOUBLE type.typeof for discovering expression types.avg, {func}ceil, {func}floor, {func}round,
{func}truncate, {func}abs, {func}mod and {func}sign.shuffle function for arrays.Resource group management is now pluggable. A Plugin can
provide management factories via getResourceGroupConfigurationManagerFactories()
and the factory can be enabled via the etc/resource-groups.properties
configuration file by setting the resource-groups.configuration-manager
property. See the presto-resource-group-managers plugin for an example
and {doc}/admin/resource-groups for more details.
real data type, which corresponds to the Java float type.map-type.hive.orc.bloom-filters.enabled
configuration property or the orc_bloom_filters_enabled session property.hive.rcfile-optimized-reader.enabled
configuration property or the rcfile_optimized_reader_enabled session property.real type, which corresponds to the Hive float type.char(x) type.trino_query_id table or partition property.allow-all authorization method to legacy. This
method is deprecated and will be removed in a future release.presto.hive.s3.user-agent-prefix configuration property.hive.s3.endpoint
and hive.s3.signer-type configuration properties.hive.s3.kms-key-id configuration property.hive.s3.encryption-materials-provider configuration property.char(x) and real data types.char(x) and real data types.page_processing_delay table property.schemaExists() method to ConnectorMetadata.ConnectorAccessControl.isCoordinator() and getVersion() methods to Node.setOptionalConfig() method from Plugin.ServerInfo class.NodeManager specific to a connector instance.ConnectorFactoryContext with ConnectorContext.@SqlNullable for functions instead of @Nullable.presto-maven-plugin, which provides a Maven packaging and
lifecycle for plugins, to validate that every SPI dependency is marked
as provided scope and that only SPI dependencies use provided
scope. This helps find potential dependency and class loader issues
at build time rather than at runtime.:::{note} These are backwards incompatible changes with the previous SPI. If you have written a plugin, you will need to update your code before deploying this release. :::