docs/src/main/sphinx/release/release-353.md
/connector/clickhouse. ({issue}4500)UNNEST. ({issue}6326, {issue}6925, {issue}6951)to_geojson_geometry and {func}from_geojson_geometry functions. ({issue}6355)tinyint, smallint, integer, bigint, decimal(p, 0))
in window frame bound specification. ({issue}6897)IN predicates with many elements. ({issue}7015)WITH clause are exposed with aliases. ({issue}6839)< predicates. ({issue}6896)SECURITY clause in SHOW CREATE VIEW. ({issue}6913)QueryCompletionEvent. ({issue}6972)7014)SHOW COLUMNS when column metadata cannot be retrieved. ({issue}6958)EXPLAIN output. ({issue}6703)WITH clause contains hidden columns. ({issue}6838)6659)/etc/trino/env.sh. ({issue}6635)CREATE TABLE and DROP TABLE statements. ({issue}3767)bigquery.case-insensitive-name-matching config property. ({issue}6748)current_user() in Hive defined views. ({issue}6720)6178)task.writer-count feature config. ({issue}6924, {issue}6866)INSERT writes to a partition created by an earlier INSERT statement. ({issue}6853)6992)information_schema.views table when there are failures
translating hive view definitions. ({issue}6370)6992)7180)6902)6907)7048)timestamp or datetime value with more than 3 decimal digits
in the fractional seconds part. ({issue}6852)char and varchar column with operators
like <>, <, <=, > and >= due different case sensitivity between Trino
and MySQL. ({issue}6746, {issue}6671)timestamp or datetime value with more than 3 decimal digits
of the second fraction. ({issue}6852)char and varchar column with operators
like <>, <, <=, > and >= due different case sensitivity between Trino
and MemSQL. ({issue}6746, {issue}6671)connector.name=phoenix5 in catalog
configuration properties. ({issue}6865)LIMIT exceeding 2147483647. ({issue}7169)ORDER BY ... LIMIT clause, when the computation
can be pushed down to the underlying database. This can be enabled by setting topn-pushdown.enabled.
Enabling this feature can currently result in incorrect query results when sorting
on char or varchar columns. ({issue}6847)char and varchar column with operators
like <>, <, <=, > and >= due different case collation between Trino
and PostgreSQL. ({issue}3645)timestamp value with more than 3 decimal digits of
the second fraction. ({issue}6893)6637)char and varchar column with operators
like <>, <, <=, > and >= due different case sensitivity between Trino
and SQL Server. ({issue}6753)7069)experimental.join-pushdown.enabled=true catalog configuration property. ({issue}6874)6783)6783)ConnectorAwareNodeManager.getWorkerNodes()
when node-scheduler.include-coordinator is false. ({issue}7007)ConnectorMetadata.applyAggregation()
is now the canonical function name. Previously, if query used function alias, the alias
name was passed. ({issue}6189)6679)Range.intersect(Range). The method now
returns Optional.empty() instead of throwing when ranges do not overlap. ({issue}6976)ConnectorMetadata.applyJoin() to have an additional JoinStatistics argument. ({issue}7000)io.trino.spi.predicate.Marker.